You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{"description":"Calico node handles networking and policy for Calico","maintainer":"[email protected]","name":"Calico node","release":"1","summary":"Calico node handles networking and policy for Calico","vendor":"Project Calico","version":""}
Expected output:
{"description":"Calico node handles networking and policy for Calico","maintainer":"[email protected]","name":"Calico node","release":"1","summary":"Calico node handles networking and policy for Calico","vendor":"Project Calico","version":"","org.opencontainers.image.source": "https://github.com/projectcalico/calico"}
The text was updated successfully, but these errors were encountered:
AlexGustafsson
changed the title
Add OCI annotations to container images
Add standardized OCI annotations to container images
Dec 19, 2024
Add the org.opencontainers.image.source label to allow scanning tools to identify the source repository of the image. This is one of the labels that the OCI has standardized for adding metadata to images: https://github.com/opencontainers/image-spec/blob/main/annotations.md.
docker pull calico/kube-controllers docker inspect calico/kube-controllers --format '{{ json .Config.Labels }}'
Output:
Expected output:
docker pull calico/node docker inspect calico/node --format '{{ json .Config.Labels }}'
Output:
Expected output:
The text was updated successfully, but these errors were encountered: