apache-spark-on-k8s / spark

Apache Spark enhanced with native Kubernetes scheduler back-end: NOTE this repository is being ARCHIVED as all new development for the kubernetes scheduler back-end is now on https://github.com/apache/spark/
https://spark.apache.org/
Apache License 2.0
612 stars 118 forks source link

Improve the image building workflow #488

Closed foxish closed 7 years ago

foxish commented 7 years ago

This will let us build and push the spark docker images using a single command from a downloaded release. Also useful for folks trying to customize their images.

sbin/build-push-docker-images.sh -r <repo> -t <tag> build
sbin/build-push-docker-images.sh -r <repo> -t <tag> push

cc @ash211 @mccheah @erikerlandson @liyinan926

foxish commented 7 years ago

Thanks for the review, merging when green.

foxish commented 7 years ago

rerun unit tests please

felixcheung commented 7 years ago

I didn't find a thread on this so I'll comment here - found out more about the process and it turns out ASF Infra has support for building and publishing image to the official Apache account/owner.

I'll write up what I've found for the next chat.