Skip to content

Add OCI standard image labels - #970

Open
karthikvetrivel wants to merge 1 commit into
mainfrom
add-oci-image-labels
Open

Add OCI standard image labels#970
karthikvetrivel wants to merge 1 commit into
mainfrom
add-oci-image-labels

Conversation

@karthikvetrivel

@karthikvetrivel karthikvetrivel commented Aug 13, 2026

Copy link
Copy Markdown
Member

This PR adds well-known OCI Image labels to the gpu-driver-container image metadata.

Before

$ docker inspect --format='{{json .Config.Labels}}' nvcr.io/nvidia/driver:580.95.05-ubuntu24.04 | jq
{
  "org.opencontainers.image.ref.name": "ubuntu",
  "org.opencontainers.image.version": "24.04"
}

After
(pending CI build)

Signed-off-by: Karthik Vetrivel <[email protected]>
@karthikvetrivel
karthikvetrivel marked this pull request as ready for review August 13, 2026 21:28
LABEL summary="Provision the NVIDIA driver through containers"
LABEL description="See summary"
LABEL org.opencontainers.image.base.name="nvcr.io/nvidia/cuda"
LABEL org.opencontainers.image.created="${BUILD_TIMESTAMP}"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

suggestion: add an org.opencontainers.image.description="Provision the NVIDIA driver through containers".

Optionally, remove the plain description label above or match its value as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants