Skip to content

Commit 57568b5

Browse files
Add stricttag to pass fips check warnings
Signed-off-by: Anish Asthana <[email protected]>
1 parent bfadb47 commit 57568b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ COPY pkg/ pkg/
1313

1414
# Build
1515
USER root
16-
RUN CGO_ENABLED=1 GOOS=linux GOARCH=amd64 go build -a -o manager main.go
16+
RUN CGO_ENABLED=1 GOOS=linux GOARCH=amd64 go build -tags strictfipsruntime -a -o manager main.go
1717

1818
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8
1919
WORKDIR /

0 commit comments

Comments
 (0)