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

Dongjoon Hyun resolved SPARK-31401.
-----------------------------------
    Fix Version/s: 3.0.0
       Resolution: Fixed

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

> Add JDK11 example in `bin/docker-image-tool.sh` usage
> -----------------------------------------------------
>
>                 Key: SPARK-31401
>                 URL: https://issues.apache.org/jira/browse/SPARK-31401
>             Project: Spark
>          Issue Type: Sub-task
>          Components: Kubernetes
>    Affects Versions: 3.0.0
>            Reporter: Dongjoon Hyun
>            Assignee: Dongjoon Hyun
>            Priority: Minor
>             Fix For: 3.0.0
>
>
> {code:java}
> $ bin/docker-image-tool.sh -h
> ...
>   - Build and push JDK11-based image with tag "v3.0.0" to docker.io/myrepo
>     bin/docker-image-tool.sh -r docker.io/myrepo -t v3.0.0 -b 
> java_image_tag=11-jre-slim build
>     bin/docker-image-tool.sh -r docker.io/myrepo -t v3.0.0 push {code}
>  
> {code:java}
> $ docker run -it --rm docker.io/myrepo/spark:v3.0.0 java --version | tail -n3
> openjdk 11.0.6 2020-01-14
> OpenJDK Runtime Environment 18.9 (build 11.0.6+10)
> OpenJDK 64-Bit Server VM 18.9 (build 11.0.6+10, mixed mode) {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to