Skip to content

Commit

Permalink
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 ecc786e commit 732f021
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Dockerfile.rh
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,13 @@ 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
# RUN chmod -R u+x /tmp

USER 185

COPY --from=builder /usr/bin/spark-operator /usr/bin/
COPY hack/gencerts.sh /usr/bin/

COPY entrypoint.sh /usr/bin/
USER 185
ENTRYPOINT ["/usr/bin/entrypoint.sh"]

0 comments on commit 732f021

Please sign in to comment.