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

Docker image release management #512

Open
smalot opened this issue Dec 21, 2024 · 0 comments
Open

Docker image release management #512

smalot opened this issue Dec 21, 2024 · 0 comments

Comments

@smalot
Copy link

smalot commented Dec 21, 2024

In order to use the last patch of a minor release using Docker, it should be interesting to update an image tag without the patch number after the last release patch is published.

For example :

before patch :

  • current tag : 1.4 and 1.4.15

after patch :

  • old tag : 1.4.15
  • new tag : 1.4 and 1.4.16

I'm not to be very clear, but I'm suggesting something which is already applied for example on Nginx docker image :
image

Like this, we could keep up to date when using tags like "latest" or "1" or "1.4"

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

1 participant