Docker images for spark on kubernetes
Name | Description |
---|---|
spark | Spark image for Spark on k8s. This image built on the image that built by official tool docker-image-tool.sh. |
pyspark | PySpark image for Spark on k8s. Install PySpark on Spark image. |
pyspark-jupyter | Install Jupyter Lab Server on PySpark image. |
Docker image tag is named from GitHub event following rules
Event | Ref | Docker Tag | Pushed |
---|---|---|---|
pull_request |
refs/pull/2/merge |
pr-2 |
No |
push |
refs/heads/master |
master |
Yes |
push |
refs/heads/my/branch |
my-branch |
Yes |
push tag |
refs/tags/v1.2.3 |
v1.2.3 , v1.2 , v1 , latest |
Yes |