-
Notifications
You must be signed in to change notification settings - Fork 61
label images with opencontainers 'source' label #476
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
Amongst other things, this allows GitHub to provide links back from Container Images to the source repository that built them (if we publish Container Images to GHCR.) See <https://github.com/opencontainers/image-spec/blob/main/annotations.md#pre-defined-annotation-keys> Signed-off-by: Jonathan Dowland <[email protected]>
d89a10e
to
ad2f2d6
Compare
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.
Shouldn't these be links to this instead?
https://github.com/rh-openjdk/redhat-openjdk-containers/tree/ubi9
That's a good idea (identifying the branch). That form of URI is suitable for humans but not automation (I don't think you could There's a separate |
That should work, yes. |
Ideally we'd have a tag for each version and refer to it in |
I tag releases as e.g. |
Signed-off-by: Jonathan Dowland <[email protected]>
I've not added |
Amongst other things, this allows GitHub to provide links back from Container Images to the source repository that built them (if we publish Container Images to GHCR.) See
https://github.com/opencontainers/image-spec/blob/main/annotations.md#pre-defined-annotation-keys
https://issues.redhat.com/browse/OPENJDK-4003