docker-library / postgres

Docker Official Image packaging for Postgres
http://www.postgresql.org
MIT License
2.14k stars 1.11k forks source link

Added bullseye as the default debian version for version 11 #1129

Closed LaurentGoderre closed 10 months ago

LaurentGoderre commented 10 months ago

The default was removed altogether when stretch reached EOL. Using bullseye instead of bookworm to avoid to big of a jump.

ImreSamu commented 10 months ago

Added bullseye as the default debian version for version 11

If I remember correctly, the postgres:11 was intentionally kept on "Debian Stretch"

"So postgres:9, postgres:10. and postgres:11 will always be Debian Stretch (and will stop being updated when that version is end of life or Stretch is end of life)." https://github.com/docker-library/postgres/issues/582#issuecomment-862746990

and it is referenced in : https://github.com/docker-library/postgres/blob/591d3dd41dc127ec2c06fae9ba98c89123a59e10/versions.sh#L15

Of course, I can't decide what the best solution would be right now.

LaurentGoderre commented 10 months ago

Duplicate of #996 and #997