Skip to content

Commit

Permalink
Update Dockerfile-fips
Browse files Browse the repository at this point in the history
  • Loading branch information
keerthibingi authored Mar 5, 2024
1 parent afb410c commit b227b09
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker/ubi8/Dockerfile-fips
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ RUN mv Armory.armory-observability-plugin-${CUSTOMPLUGIN_RELEASEVERSION}-SNAPSHO

RUN chmod -R 777 /opt/clouddriver/plugins/
RUN chown -R spinnaker:spinnaker /opt/

RUN yum -y remove tar vim vi
RUN chown -R spinnaker:spinnaker /opt/
RUN mkdir -p /etc/pki/tls/certs
RUN chmod -R 777 /etc/pki/tls/certs
Expand All @@ -117,4 +117,3 @@ USER spinnaker
ENV SLEEP_TIME=10s
CMD sleep $SLEEP_TIME ; "/opt/clouddriver/bin/clouddriver"
#CMD sleep 180s ; "/opt/clouddriver/bin/clouddriver"

0 comments on commit b227b09

Please sign in to comment.