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 #315

Closed
Quadrubo opened this issue Aug 29, 2024 · 2 comments
Closed

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

Quadrubo opened this issue Aug 29, 2024 · 2 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@Quadrubo
Copy link

Description

Description

As of the point of writing this, v5.19.26 is the latest Hemmelig 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:

  • v5.19.26 - Version 5.19.26
  • v5.19.25 - Version 5.19.25
  • v5.18.1 - Version 5.18.1
  • latest - Version 5.19.26

Desired Behavior

I would propose a tag system like this:

  • v5.19.26 - Version 5.19.26
  • v5.19.25 - Version 5.19.25
  • v5.19 - Version 5.19.26
  • v5 - Version 5.19.26
  • latest - Version 5.19.26

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 v5 and would have automatically gotten the update to v5.19.26.
However I would not get updates to v6 automatically which would be desired for me.

Screenshots

No response

Additional information

No response

@Quadrubo Quadrubo added the enhancement New feature or request label Aug 29, 2024
@bjarneo
Copy link
Member

bjarneo commented Sep 13, 2024

That is a great idea!

@bjarneo bjarneo added the good first issue Good for newcomers label Sep 13, 2024
@bjarneo bjarneo closed this as completed Oct 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants