yaooqinn commented on issue #27987: [SPARK-31165] Correcting wrong paths in 
Dockerfile
URL: https://github.com/apache/spark/pull/27987#issuecomment-602526336
 
 
   1. Building spark image from source code side, you may use:
   ```
   bin/docker-image-tool.sh -r <repo> -t <tag> build
   ```
   
   2. Building spark image form distribution you may need to run 
`dev/make-distribution.sh` with `-Pkubernetes` profile first, untar it, then 
run the script above under the root of that unzipped folder.
   
   BTW, I am not a committer here, just giving my humble opinion. 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

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

Reply via email to