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

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

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

Quadrubo opened this issue Aug 29, 2024 · 0 comments

Comments

@Quadrubo
Copy link

Description

As of the point of writing this, v1.4.3 is the latest node-hp-scan-to version.
I'd like to manually update my images and not use something like "latest".

Currently these tags are provided:

  • latest - Version 1.4.3

Desired Behavior

I would propose a tag system like this:

  • v1.4.3 - Version 1.4.3
  • v1.4.2 - Version 1.4.2
  • v1.4 - Version 1.4.3
  • v1 - Version 1.4.3
  • latest - Version 1.4.3

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 v1 and would have automatically gotten the update to v1.4.3 while not getting updates to v2.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
Projects
None yet
Development

No branches or pull requests

2 participants