Skip to content

Commit 1c67feb

Browse files
somcselPuneet Loya
authored andcommitted
docs: Fix path to spark-base Dockerfile (apache-spark-on-k8s#493)
1 parent 8e337dd commit 1c67feb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/running-on-kubernetes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ to the registry.
6161
For example, if the registry host is `registry-host` and the registry is listening on port 5000:
6262

6363
cd $SPARK_HOME
64-
docker build -t registry-host:5000/spark-base:latest -f dockerfiles/driver/spark-base .
64+
docker build -t registry-host:5000/spark-base:latest -f dockerfiles/spark-base/Dockerfile .
6565
docker build -t registry-host:5000/spark-driver:latest -f dockerfiles/driver/Dockerfile .
6666
docker build -t registry-host:5000/spark-executor:latest -f dockerfiles/executor/Dockerfile .
6767
docker build -t registry-host:5000/spark-init:latest -f dockerfiles/init-container/Dockerfile .

0 commit comments

Comments
 (0)