Skip to content

Commit

Permalink
FIPS compliance (#821)
Browse files Browse the repository at this point in the history
  • Loading branch information
jotak authored Feb 12, 2025
1 parent 0b991cc commit f3723fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contrib/docker/Dockerfile.downstream
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ COPY cmd/ cmd/
COPY pkg/ pkg/

RUN git status --porcelain
RUN GOARCH=$TARGETARCH go build -ldflags "-X main.BuildVersion=$BUILDVERSION -X main.BuildDate=$DATE" "./cmd/flowlogs-pipeline"
ENV GOEXPERIMENT strictfipsruntime
RUN GOARCH=$TARGETARCH go build -tags strictfipsruntime -ldflags "-X main.BuildVersion=$BUILDVERSION -X main.BuildDate=$DATE" "./cmd/flowlogs-pipeline"

# final stage
FROM --platform=linux/$TARGETARCH registry.access.redhat.com/ubi9/ubi-minimal:9.5-1738816775
Expand Down

0 comments on commit f3723fd

Please sign in to comment.