[ 
https://issues.apache.org/jira/browse/SPARK-49243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dongjoon Hyun resolved SPARK-49243.
-----------------------------------
    Fix Version/s: 4.0.0
       Resolution: Fixed

Issue resolved by pull request 47766
[https://github.com/apache/spark/pull/47766]

> Add `OpenContainers` Annotations in docker images
> -------------------------------------------------
>
>                 Key: SPARK-49243
>                 URL: https://issues.apache.org/jira/browse/SPARK-49243
>             Project: Spark
>          Issue Type: Sub-task
>          Components: Kubernetes, Project Infra
>    Affects Versions: 4.0.0
>            Reporter: Dongjoon Hyun
>            Assignee: Dongjoon Hyun
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 4.0.0
>
>
> h3. BEFORE
> {code:java}
> $ docker inspect apache/spark:3.5.2 | jq '.[0].Config.Labels'
> {
>   "org.opencontainers.image.ref.name": "ubuntu",
>   "org.opencontainers.image.version": "20.04"
> } {code}
> h3. AFTER
> {code:java}
> $ NO_MANUAL=1 ./dev/make-distribution.sh -Pkubernetes
> $ bin/docker-image-tool.sh -t SPARK-49243 -n build
> $ docker inspect spark:SPARK-49243 | jq '.[0].Config.Labels'
> {
>   "org.opencontainers.image.authors": "Apache Spark project 
> <[email protected]>",
>   "org.opencontainers.image.licenses": "Apache-2.0",
>   "org.opencontainers.image.ref.name": "Apache Spark Scala/Java Image",
>   "org.opencontainers.image.version": ""
> } {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