Skip to content

Commit 336003f

Browse files
DEV-132930: Rename files
1 parent e73ca51 commit 336003f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

makeSparkImage.sh renamed to makeSparkK8sOnlyImage.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ SPARK_DOCKER_ORG="https://github.com/apache/spark-docker"
3232
SPARK_DOCKER_SUBDIR="master/${VERSION}/scala2.12-java17-ubuntu" # Common subdirectory for Dockerfile and entrypoint
3333

3434
# Location of your Dockerfile template (create this file as described above)
35-
DOCKERFILE_TEMPLATE_PATH="${PROJ_HOME}/docker_templates/Dockerfile.template"
35+
DOCKERFILE_TEMPLATE_PATH="${PROJ_HOME}/docker_templates/Dockerfile.k8sOnly"
3636

3737
# Temporary directory for Docker build context
3838
DOCKER_BUILD_DIR="${PROJ_HOME}/docker_build_temp"

0 commit comments

Comments
 (0)