Skip to content

Commit

Permalink
Update Dockerfile-fips
Browse files Browse the repository at this point in the history
  • Loading branch information
phanikumarp authored Oct 15, 2024
1 parent 0414208 commit 0fbe353
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions docker/ubi8/Dockerfile-fips
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,6 @@ RUN curl -f -o /usr/local/bin/aws-iam-authenticator https://amazon-eks.s3-us-we
chmod +x /usr/local/bin/aws-iam-authenticator


## FOR OC binaries
RUN yum update glibc
RUN wget https://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.1.0/openshift-client-linux-4.1.0.tar.gz
RUN tar -xzf openshift-client-linux-4.1.0.tar.gz
RUN rm -f openshift-client-linux-4.1.0.tar.gz
RUN mv oc /usr/local/bin/

RUN adduser spinnaker
USER spinnaker
CMD ["/opt/halyard/bin/halyard"]

0 comments on commit 0fbe353

Please sign in to comment.