We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e73ca51 commit 336003fCopy full SHA for 336003f
docker_templates/Dockerfile.template renamed to docker_templates/Dockerfile.k8sOnly
makeSparkImage.sh renamed to makeSparkK8sOnlyImage.sh
@@ -32,7 +32,7 @@ SPARK_DOCKER_ORG="https://github.com/apache/spark-docker"
32
SPARK_DOCKER_SUBDIR="master/${VERSION}/scala2.12-java17-ubuntu" # Common subdirectory for Dockerfile and entrypoint
33
34
# Location of your Dockerfile template (create this file as described above)
35
-DOCKERFILE_TEMPLATE_PATH="${PROJ_HOME}/docker_templates/Dockerfile.template"
+DOCKERFILE_TEMPLATE_PATH="${PROJ_HOME}/docker_templates/Dockerfile.k8sOnly"
36
37
# Temporary directory for Docker build context
38
DOCKER_BUILD_DIR="${PROJ_HOME}/docker_build_temp"
0 commit comments