Skip to content

Commit

Permalink
disable flags
Browse files Browse the repository at this point in the history
  • Loading branch information
zreigz committed Oct 30, 2024
1 parent 8a219bb commit b0a93e1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions dockerfiles/agent/fips.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ RUN GOOS=linux GOARCH=${TARGETARCH} GO111MODULE=on go build -a -o deployment-age
# This the minimal UBI FIPS compliance image
FROM registry.access.redhat.com/ubi8/ubi-minimal:$UBI_MINIMAL_VERSION
WORKDIR /workspace
# Set environment variables for FIPS compliance in the runtime
ENV OPENSSL_FIPS=1
ENV FIPS_MODE=true

RUN microdnf install -y openssl && \
microdnf clean all
Expand Down

0 comments on commit b0a93e1

Please sign in to comment.