Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! fixup! build openshift image
Browse files Browse the repository at this point in the history
  • Loading branch information
ImpSy committed Mar 5, 2024
1 parent c4bfd58 commit 969e4dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile.rh
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,9 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 GO111MODULE=on go build -a -o /usr/bin
RUN setcap cap_net_bind_service=+ep /usr/bin/spark-operator

FROM ${SPARK_IMAGE}
COPY --from=builder /usr/bin/spark-operator /usr/bin/
USER root
RUN yum install -y openssl curl tini \
&& yum clean all

# Comment out the following three lines if you do not have a RedHat subscription.
# COPY hack/install_packages.sh /
Expand Down

0 comments on commit 969e4dd

Please sign in to comment.