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 docker tags for major/minor/patch versions #1174

Open
Quadrubo opened this issue Aug 29, 2024 · 0 comments
Open

Add docker tags for major/minor/patch versions #1174

Quadrubo opened this issue Aug 29, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@Quadrubo
Copy link

Description

As of the point of writing this, v2.11.0 is the latest ntfy version.
As I'm manually updating my images and not using something like "latest", I have to change the image tag every new release. It would be nice if I wouldn't have to do that for patch releases (minor releases too).

Currently these tags are provided:

  • v2.11.0 - Version 2.11.0
  • v2.10.0 - Version 2.10.0
  • latest - Version 2.11.0

Desired Behavior

I would propose a tag system like this:

  • v2.11.0 - Version 2.11.0
  • v2.10.0 - Version 2.10.0
  • v2.11 - Version 2.11.0
  • v2 - Version 2.11.0
  • latest - Version 2.11.0

This would allow pinning to specific version and allows the user to choose which semver types they are okay with auto updating.
I for example would have pinned to v2 and would have automatically gotten the update to v2.11.0.
I however will not get the automatic update to v3.x which would be desired for me.

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

No branches or pull requests

1 participant