File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
resource-managers/kubernetes/docker/src/main/dockerfiles Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
2727COPY examples /opt/spark/examples
2828
Original file line number Diff line number Diff 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
2727COPY examples /opt/spark/examples
2828
Original file line number Diff line number Diff 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
2727RUN set -ex && \
2828 apk upgrade --no-cache && \
You can’t perform that action at this time.
0 commit comments