Skip to content

Commit

Permalink
Update Dockerfile-fips
Browse files Browse the repository at this point in the history
OC test image
  • Loading branch information
phanikumarp authored Sep 12, 2024
1 parent e372c3a commit ce99169
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker/ubi8/Dockerfile-fips
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,13 @@ 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/latest/openshift-client-linux.tar.gz
RUN tar -xzf openshift-client-linux.tar.gz
RUN rm -f openshift-client-linux.tar.gz
RUN mv oc /usr/local/bin/


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

0 comments on commit ce99169

Please sign in to comment.