-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
rework docker tags #1763
rework docker tags #1763
Conversation
This commit tries to align the new docker tags with the old schema A prerelease will end up with the following tags: - unstable - v0.23.0-alpha3 - 0.23.0.alpha3 - sha-1234adsfg A release will end up with: - latest - stable - v0.23.0 - v0.23 - v0 - 0.23.0 - 0.23 - 0 - sha-1234adsfg All of the builds will also have a `-debug` version. Signed-off-by: Kristoffer Dalby <[email protected]>
@ohdearaugustin please sanity check. |
Signed-off-by: Kristoffer Dalby <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks sane to me
I guess we have to manually fix the tags from the last release. |
Currently there is no |
Likely, but we might avoid it as it is quite bad practise to use it. |
This commit tries to align the new docker tags with the old schema
A prerelease will end up with the following tags:
A release will end up with:
All of the builds will also have a
-debug
version.I think this addresses the feedback from discord and #1561 (comment).