Skip to content

Commit

Permalink
Update Dockerfile-fips
Browse files Browse the repository at this point in the history
  • Loading branch information
phanikumarp authored Nov 5, 2024
1 parent 2a4de7e commit f2afa94
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docker/ubi8/Dockerfile-fips
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,13 @@ RUN fips-mode-setup --enable
# Setting crypto policies to FIPS
RUN update-crypto-policies --set FIPS

RUN yum clean all
RUN yum makecache

COPY front50-web/build/install/front50 /opt/front50
#RUN yum -y install java-17-openjdk-devel wget vim
RUN yum -y install wget

RUN yum -y install ca-certificates-2024.2.69_v8.0.303-80.0.el8_10 expat-2.2.5-15.el8_10

RUN yum -y install krb5-libs-1.18.2-29.el8_10
RUN yum -y install krb5-libs-1.18.2-29.el8_10 --enablerepo=AppStream,BaseOS,Extras

RUN adduser spinnaker
RUN mkdir -p ${SERVICE_PLUGIN_PATH}
Expand Down

0 comments on commit f2afa94

Please sign in to comment.