-
Notifications
You must be signed in to change notification settings - Fork 168
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
Fix: convert deprecated labels to annotations #141
base: master
Are you sure you want to change the base?
Conversation
Patch converts deprecated[0] labels to annotations conformant to OCI image specifications[1]. [0] - https://github.com/label-schema/label-schema.org#label-schemaorg [1] - https://github.com/opencontainers/image-spec/blob/master/annotations.md#annotations
Can one of the admins verify this patch? |
Patch splits separate layer with the (dynamic) date/time when the image has been built, from other (static) labels.
Nice work, but it's missing the with:
I suggest something in the likes of
or for x86_64 CentOS 6:
and would it be nice to extent the title with release and arch
or for x86_64
while having the description a bit more descriptive, with text from docs repo's :
|
As for:
and the other missing item with, e.g.:
we can set:
this will, in combination with PS: I don't known if during the build the commit or git is available. |
Hello, Danny (@dgoo2308). Thank you for your comments and sorry for late reply. I have added |
Sorry for the delay in reviewing this. We've recently made some changes to the kickstart names. Do the changes there break your KSNAME RELEASEVER variable changes? |
Patch converts deprecated[0] labels to annotations conformant to OCI
image specifications[1].
[0] - https://github.com/label-schema/label-schema.org#label-schemaorg
[1] - https://github.com/opencontainers/image-spec/blob/master/annotations.md#annotations
Cc: @bobcanthelpyou @remy-tiitre @dgoo2308 @jperrin