-
Notifications
You must be signed in to change notification settings - Fork 694
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
spec: namespace image-spec labels with "org.opencontainers.image" #600
Comments
👍 |
i like the provenance, though does this include the reference to that image's manifest digest as well? |
@vbatts hmm, you mean so one can reverse-trace from a runtime-spec config.json to an image? |
@jonboulle maybe that too, but not what i was originally thinking. More like "i have ubuntu LTS image (sha256:deadbeefface..), and add my software on top" as only the ubuntu LTS layers stay referenced, but not the original manifest. This would allow a pointer to those objects. |
oh oh. this is just an addition onto the prefix, not an |
When labels from images land elsewhere through propagation, it is hard to tell their source. Let's add
.image
to annotation prefix to make it clear when a label is part of an image.Please see #492 (comment) for the original issue.
cc @cyphar @vbatts
The text was updated successfully, but these errors were encountered: