chore: dismiss Debian bullseye (EOL) - #505
Merged
Merged
Conversation
Signed-off-by: Niccolò Fei <niccolo.fei@enterprisedb.com>
gbartolini
approved these changes
Sep 4, 2026
Signed-off-by: Niccolò Fei <niccolo.fei@enterprisedb.com>
mnencia
approved these changes
Sep 10, 2026
ehbello
added a commit
to maarlab-rethinking/postgres-containers
that referenced
this pull request
Sep 10, 2026
Brings in the removal of Debian bullseye (upstream cloudnative-pg#505), whose Debian LTS ended on 2026-08-31: its packages left deb.debian.org and every build on it had been 404-ing since, taking down the whole scheduled run because `minimal` is the base of the chain. Also picks up `apt-get upgrade` during the build (cloudnative-pg#498), which lands in `minimal` and so reaches every variant. docker-bake.hcl merged with no conflict, upstream's retirement of the release and of the deprecated rolling tags applying as-is. Bullseye then had to come out of docker-bake.extra.hcl by hand -- its base image variable, its entry in the extra-targets matrix, and the PostGIS constraint that existed only for it. The catalogs for the release arrived as modify/delete conflicts, which `merge=ours` does not cover, and were removed. Down to 46 targets from 69: the 18 standard bullseye ones and the 5 extra-bullseye ones. README no longer claims PostGIS is unavailable on a release that is no longer built. Signed-off-by: Enrique Hernández Bello <enrique.hernandez@maarlab.com> Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
ehbello
added a commit
to maarlab-rethinking/postgres-containers
that referenced
this pull request
Sep 10, 2026
Brings in the removal of Debian bullseye (upstream cloudnative-pg#505), whose Debian LTS ended on 2026-08-31: its packages left deb.debian.org and every build on it had been 404-ing since, taking down the whole scheduled run because `minimal` is the base of the chain. Also picks up `apt-get upgrade` during the build (cloudnative-pg#498), which lands in `minimal` and so reaches every variant. docker-bake.hcl merged with no conflict, upstream's retirement of the release and of the deprecated rolling tags applying as-is. Bullseye then had to come out of docker-bake.extra.hcl by hand -- its base image variable, its entry in the extra-targets matrix, and the PostGIS constraint that existed only for it. The catalogs for the release arrived as modify/delete conflicts, which `merge=ours` does not cover, and were removed. Down to 46 targets from 69: the 18 standard bullseye ones and the 5 extra-bullseye ones. README no longer claims PostGIS is unavailable on a release that is no longer built. Signed-off-by: Enrique Hernández Bello <enrique.hernandez@maarlab.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Dismiss Bullseye images, alongside the code to generate deprecated rolling tags.
Closes #504