Skip to content
This repository was archived by the owner on Jan 9, 2020. It is now read-only.

Commit 2cb0b04

Browse files
somcselfoxish
authored andcommitted
docs: Fix path to spark-base Dockerfile (#493)
1 parent e5838c1 commit 2cb0b04

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)