Skip to content

Commit

Permalink
dockerfile updation with fips enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Mar 16, 2023
1 parent 1fe4ee8 commit 1b3f75b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docker/ubi8/Dockerfile-fips
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
FROM quay.io/opsmxpublic/ubifips:8.7
MAINTAINER [email protected]
COPY igor-web/build/install/igor /opt/igor
RUN yum -y install java-11-openjdk-headless.x86_64 wget vim curl net-tools nettle
RUN yum -y update
RUN adduser spinnaker
RUN mkdir -p /opt/igor/plugins
RUN chmod -R 777 /opt/igor/plugins/
RUN chown -R spinnaker:spinnaker /opt/
USER spinnaker
CMD ["/opt/igor/bin/igor"]

0 comments on commit 1b3f75b

Please sign in to comment.