Skip to content

Commit 657b48a

Browse files
committed
Update comments in Dockerfiles
1 parent f631331 commit 657b48a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

resource-managers/kubernetes/docker/src/main/dockerfiles/driver/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ FROM spark-base
2222
# If this docker file is being used in the context of building your images from a Spark
2323
# distribution, the docker build command should be invoked from the top level directory
2424
# of the Spark distribution. E.g.:
25-
# docker build -t spark-driver:latest -f dockerfiles/spark-base/Dockerfile .
25+
# docker build -t spark-driver:latest -f kubernetes/dockerfiles/spark-base/Dockerfile .
2626

2727
COPY examples /opt/spark/examples
2828

resource-managers/kubernetes/docker/src/main/dockerfiles/executor/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ FROM spark-base
2222
# If this docker file is being used in the context of building your images from a Spark
2323
# distribution, the docker build command should be invoked from the top level directory
2424
# of the Spark distribution. E.g.:
25-
# docker build -t spark-executor:latest -f dockerfiles/spark-base/Dockerfile .
25+
# docker build -t spark-executor:latest -f kubernetes/dockerfiles/spark-base/Dockerfile .
2626

2727
COPY examples /opt/spark/examples
2828

resource-managers/kubernetes/docker/src/main/dockerfiles/spark-base/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ FROM openjdk:8-alpine
2222
# If this docker file is being used in the context of building your images from a Spark
2323
# distribution, the docker build command should be invoked from the top level directory
2424
# of the Spark distribution. E.g.:
25-
# docker build -t spark-base:latest -f dockerfiles/spark-base/Dockerfile .
25+
# docker build -t spark-base:latest -f kubernetes/dockerfiles/spark-base/Dockerfile .
2626

2727
RUN set -ex && \
2828
apk upgrade --no-cache && \

0 commit comments

Comments
 (0)