We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c0718c commit 55327dbCopy full SHA for 55327db
contrib/docker/Dockerfile.downstream
@@ -19,7 +19,8 @@ COPY cmd/ cmd/
19
COPY pkg/ pkg/
20
21
RUN git status --porcelain
22
-RUN GOARCH=$TARGETARCH go build -ldflags "-X main.BuildVersion=$BUILDVERSION -X main.BuildDate=$DATE" "./cmd/flowlogs-pipeline"
+ENV GOEXPERIMENT strictfipsruntime
23
+RUN GOARCH=$TARGETARCH go build -tags strictfipsruntime -ldflags "-X main.BuildVersion=$BUILDVERSION -X main.BuildDate=$DATE" "./cmd/flowlogs-pipeline"
24
25
# final stage
26
FROM --platform=linux/$TARGETARCH registry.access.redhat.com/ubi9/ubi-minimal:9.5-1738816775
0 commit comments