Chia-Ping Tsai created YUNIKORN-2446:
----------------------------------------

             Summary: Add OCI annotations to public docker images
                 Key: YUNIKORN-2446
                 URL: https://issues.apache.org/jira/browse/YUNIKORN-2446
             Project: Apache YuniKorn
          Issue Type: Improvement
            Reporter: Chia-Ping Tsai


source: https://github.com/apache/yunikorn-web/pull/174#issuecomment-1959233281

OCI annotations: 
https://github.com/opencontainers/image-spec/blob/main/annotations.md

I believe most Yunikorn users are using the docker images into which we push, 
and so we should consider following a public protocol to set attributions for 
our public images.

{code}
org.opencontainers.image.title="yunikorn-scheduler-k8s"
org.opencontainers.image.description="Apache Yunikorn"
org.opencontainers.image.created="${build_date}"
org.opencontainers.image.source="https://github.com/apache/yunikorn-k8shim";
org.opencontainers.image.url="https://hub.docker.com/r/apache/yunikorn";
org.opencontainers.image.revision="${build_revision}"
org.opencontainers.image.license="Apache-2.0"
org.opencontainers.image.documentation="https://yunikorn.apache.org";
{code}




--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to