-
-
Notifications
You must be signed in to change notification settings - Fork 2k
doc: add standard opencontainer docker labels #2800
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
Conversation
|
I'm not sure how to add tests, or if changelogs are needed |
tuunit
left a comment
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.
As this changes how the build artifacts will look. I would like to see a CHANGELOG entry for it :)
The CI build should be enough for testing :) |
can you give me pointers on that? Its just the changelog file right? Maybe something under important notes? |
Please just add a single line in the section The other sections like important notes etc. are updated by us the maintainers before we publish a release. |
2469e0a to
8fbf3d0
Compare
Description
Add some of the standard opencontainer docker labels.
Motivation and Context
Tools like renovate and dependabot use docker labels to build changelogs when doing an update PR. (halkeye/home-k8s#331 as example). They compare the new docker image to the latest tag, and grab various metadata. If it can, it will also enrich the messages via github releases changelogs.
A working example
With this PR, I was able to quickly add all but created (as it should be timestamp) and revision (as it should be a sha i think)
How Has This Been Tested?
Checklist: