Skip to content
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

Add labels to container image #320

Merged
merged 1 commit into from
Mar 16, 2022
Merged

Conversation

rollandf
Copy link
Member

Adding labels to container image to enhance debuggability.

$ skopeo inspect docker://quay.io/frollandnvidia/network-operator:test | jq .Labels

{
  "architecture": "x86_64",
  "build-date": "2022-03-15T12:36:09UTC",
  "com.redhat.build-host": "cpt-1002.osbs.prod.upshift.rdu2.redhat.com",
  "com.redhat.component": "ubi8-micro-container",
  "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
  "description": "NVIDIA Network Operator",
  "distribution-scope": "public",
  "io.buildah.version": "1.23.1",
  "io.k8s.description": "NVIDIA Network Operator",
  "io.k8s.display-name": "NVIDIA Network Operator",
  "io.openshift.expose-services": "",
  "maintainer": "NVIDIA nvidia-network-operator-support@nvidia.com",
  "name": "NVIDIA Network Operator",
  "org.label-schema.vcs-url": "https://github.com/Mellanox/network-operator",
  "release": "N/A",
  "summary": "Deploy and manage NVIDIA networking resources in Kubernetes",
  "url": "https://github.com/Mellanox/network-operator",
  "vcs-branch": "docker-label",
  "vcs-ref": "ab57d12",
  "vcs-type": "git",
  "vendor": "NVIDIA",
  "version": "v1.2.0-beta.1-5-gab57d12"
}

Signed-off-by: Fred Rolland frolland@nvidia.com

Signed-off-by: Fred Rolland <frolland@nvidia.com>
Copy link
Collaborator

@e0ne e0ne left a comment

Choose a reason for hiding this comment

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

LGTM. Let's wait for CI results

@e0ne e0ne merged commit 4627da0 into Mellanox:master Mar 16, 2022
@e0ne e0ne mentioned this pull request Mar 30, 2022
30 tasks
@rollandf rollandf deleted the docker-label branch February 28, 2024 08:11
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