Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add generic debian image #79

Open
uejo opened this issue Dec 17, 2024 · 6 comments
Open

Add generic debian image #79

uejo opened this issue Dec 17, 2024 · 6 comments

Comments

@uejo
Copy link

uejo commented Dec 17, 2024

It would be really nice to have a generic debian image. I know postgres does not have like a 17-alpine debian format, but they simple use 17, since they use implicitly debian as its base.
It would be very convenient to have an image which will always uses the latest debian version as well, especially for auto updates with eg renovate.

@andyundso
Copy link
Member

I think this is something we can provide.

@justinclift
Copy link
Member

Maybe something like latest-debian or debian-latest?

@andyundso
Copy link
Member

or just 17-debian to align it with the naming for our Alpine image?

@uejo
Copy link
Author

uejo commented Dec 18, 2024

agree @andyundso: for specific pg version 16-debian 17-debian etc would align with current naming
and latest-debian sounds fine so you have latest pg and latest debian

@andyundso
Copy link
Member

I would suggest the following tags to make them bit more "Docker-like". latest is a somewhat reserved keyword from my perspective.

  • <pg_version>-debian: Specific PG version, latest Debian. For now this is bookworm, will become trixie in Summer 2025.
  • debian: Latest PG version, latest Debian version.
  • alpine: Latest PG version, latest Alpine version.

Actually, I think these tags would be quite nice. If you run a small app where a downtime of maybe 2 minutes for a pg_upgrade is no issue, you would never have to update your tag to the latest PG version. Of course requires that you regulary pull your Docker images.

@justinclift
Copy link
Member

Cool. 😄

alpine and debian do sound like good ideas. 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants