-
Notifications
You must be signed in to change notification settings - Fork 438
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
Docker, docs: Document and implement changed image tagging policy #1014
Conversation
This helps connect the image with the package registry metadata.
Instead use the Dockerfile LABELs
Please update the :release tag from the CI - I don't think the current PR does that. |
`:latest` is now used for auto-pushed images off of `master`, while `:release` will follow the latest tagged stable release.
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.
LGTM, one comment:
Please update the :release tag from the CI - I don't think the current PR does that.
Caution: This tags the docker image `:release` on _every_ git push containing tags!
I've added 1544b34 @jelmer, you will have to remember this in case you want to push |
CI is failing for the compare-screenshots step because I rebuilt and pushed the |
Checklist
CHANGES.rst
because this is a user-facing change or an important bugfixWhat changes does this Pull Request introduce?
:latest
is now used for auto-pushed images off ofmaster
, while:release
will follow the latest tagged stable release.org.opencontainers.*
dockerLABEL
metadata to connect images to our GitHub sourceWhy is this necessary?
#1012