Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! build openshift image
Browse files Browse the repository at this point in the history
  • Loading branch information
ImpSy committed Feb 29, 2024
1 parent 732f021 commit c4bfd58
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile.rh
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ COPY --from=builder /usr/bin/spark-operator /usr/bin/
USER root

# Comment out the following three lines if you do not have a RedHat subscription.
COPY hack/install_packages.sh /
RUN --mount=target=/opt/spark/credentials,type=secret,id=credentials,required /install_packages.sh
RUN rm /install_packages.sh
# COPY hack/install_packages.sh /
# RUN --mount=target=/opt/spark/credentials,type=secret,id=credentials,required /install_packages.sh
# RUN rm /install_packages.sh

# RUN chmod -R u+x /tmp

Expand Down

0 comments on commit c4bfd58

Please sign in to comment.