[
https://issues.apache.org/jira/browse/YUNIKORN-2446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17869049#comment-17869049
]
Hsien-Cheng(Ryan) Huang edited comment on YUNIKORN-2446 at 7/26/24 11:50 PM:
-----------------------------------------------------------------------------
Maybe we should automate the process with Github action:
https://docs.docker.com/build/ci/github-actions/annotations/
was (Author: JIRAUSER304421):
Maybe we should automate the process with Github action:
https://docs.docker.com/build/ci/github-actions/annotations/
> 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
> Assignee: Hsien-Cheng(Ryan) Huang
> Priority: Minor
>
> 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]