Skip to content

Commit a659b15

Browse files
committed
update spark build to use new version based container.
1 parent 3798724 commit a659b15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spark/build_spark.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ if [[ "$1" == "-d" ]]; then
2727
-v "${ROOT_DIR}/build/.cache:${DOCKER_HOME_DIR}/.cache" \
2828
-v "${ROOT_DIR}/build/.ivy2:${DOCKER_HOME_DIR}/.ivy2" \
2929
-u "${USER_ID}" \
30-
"spark-build-${USER_NAME}" $@
30+
"v${DIKE_VERSION}-spark-build-${USER_NAME}" $@
3131
else
3232
echo "Starting build for $@"
3333
cd docker
@@ -45,5 +45,5 @@ else
4545
-v "${ROOT_DIR}/build/.cache:${DOCKER_HOME_DIR}/.cache" \
4646
-v "${ROOT_DIR}/build/.ivy2:${DOCKER_HOME_DIR}/.ivy2" \
4747
-u "${USER_ID}" \
48-
"spark-build-${USER_NAME}" /scripts/build.sh spark
48+
"v${DIKE_VERSION}-spark-build-${USER_NAME}" /scripts/build.sh spark
4949
fi

0 commit comments

Comments
 (0)