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

Commit 8ecff61

Browse files
committed
revert my COPY mods
1 parent bce9b77 commit 8ecff61

File tree

1 file changed

+4
-4
lines changed
  • resource-managers/kubernetes/docker-minimal-bundle/src/main/docker/spark-base

1 file changed

+4
-4
lines changed

resource-managers/kubernetes/docker-minimal-bundle/src/main/docker/spark-base/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ RUN apk upgrade --no-cache && \
2626
touch /opt/spark/RELEASE && \
2727
chgrp root /etc/passwd && chmod ug+rw /etc/passwd
2828

29-
COPY jars /opt/spark/
30-
COPY bin /opt/spark/
31-
COPY sbin /opt/spark/
32-
COPY conf /opt/spark/
29+
COPY jars /opt/spark/jars
30+
COPY bin /opt/spark/bin
31+
COPY sbin /opt/spark/sbin
32+
COPY conf /opt/spark/conf
3333
COPY dockerfiles/spark-base/entrypoint.sh /opt/
3434

3535
ENV SPARK_HOME /opt/spark

0 commit comments

Comments
 (0)