Skip to content

Commit

Permalink
[SPARK-44935][K8S] Fix RELEASE file to have the correct information…
Browse files Browse the repository at this point in the history
… in Docker images
  • Loading branch information
dongjoon-hyun committed Aug 23, 2023
1 parent 2a3aec1 commit ed2896f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ RUN set -ex && \
rm -rf /var/cache/apt/* && rm -rf /var/lib/apt/lists/*

COPY jars /opt/spark/jars
# Copy RELEASE file if exists
COPY RELEAS[E] /opt/spark/RELEASE
COPY bin /opt/spark/bin
COPY sbin /opt/spark/sbin
COPY kubernetes/dockerfiles/spark/entrypoint.sh /opt/
Expand Down

0 comments on commit ed2896f

Please sign in to comment.