qgis / qgis-docker

Official Docker image for QGIS Server and Desktop
GNU Affero General Public License v3.0
67 stars 21 forks source link

Remove incorrectly tagged bookworm images #109

Closed cedric-fauth closed 1 month ago

cedric-fauth commented 1 month ago

Due to a bug resolved in https://github.com/qgis/qgis-docker/pull/107 all bookworm images built before have an incorrect qgis version that does not match the tag. Please remove these images and retrigger the workflow to build the latest version.

Here is a tag list of all images, that have incorrect qgis versions.

3.34.7-bookworm
3.34-bookworm
ltr-bookworm
3.36.3-bookworm
3.36-bookworm
stable-bookworm
3.36.2-bookworm
3.34.6-bookworm
cedric-fauth commented 1 month ago

I think this is very urgent and may lead to bugs if not removed/fixed.

3nids commented 1 month ago

fixed + retriggered build job

cedric-fauth commented 1 month ago

Thank you very much!

cedric-fauth commented 1 month ago

Do you know why bookworm stable job was skipped? This is odd, images with LTR and 3.34 tags have qgis version 3.36 but should be 3.34. There is a minor bug inside the build script when I configured it for bookworm. I'll fix this now.