diff --git a/docker/ubi8/Dockerfile-fips b/docker/ubi8/Dockerfile-fips index 48fcf36ac..748f9e1fa 100644 --- a/docker/ubi8/Dockerfile-fips +++ b/docker/ubi8/Dockerfile-fips @@ -31,7 +31,11 @@ RUN update-crypto-policies --set FIPS COPY echo-web/build/install/echo /opt/echo #RUN yum -y install java-17-openjdk-devel wget vim curl net-tools nettle -RUN yum -y install wget + +#cve fix +RUN yum install wget krb5-libs-1.18.2-29.el8_10 expat-2.2.5-15.el8_10 -y +RUN yum install ca-certificates-2024.2.69_v8.0.303-80.0.el8_10 -y + #RUN yum -y update RUN adduser spinnaker RUN mkdir -p ${SERVICE_PLUGIN_PATH}