Feature Request: Semantic versioning tags for docker images #1569
binzhou
started this conversation in
Feature Requests
Replies: 2 comments
-
|
Yeah this is a good idea. Will do. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Thanks, converting this to a discussion thread so others can upvote and participate! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The official docker images at the moment are tagged with either the exact version (eg. "1.2.3") or "latest".
Could images be pushed and tagged with inexact version strings as well (eg. when pushing "1.2.3", also tag with "1.2" and "1")?
Assuming semantic versioning is used, that would allow folks more flexibility to make finer-grained trade-offs between the latest and greatest vs. stability. For example, I would like to make sure I'm picking up fixes while pinned to a specific feature set (ie. "1.2" in the above example).
It would be great to have this across all fosrl images (pangolin, gerbil, newt).
Beta Was this translation helpful? Give feedback.
All reactions