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.
2 parents f9d5c87 + 8b78ba2 commit 0c923a3Copy full SHA for 0c923a3
operator-lifecycle-manager.Dockerfile
@@ -4,6 +4,10 @@ ENV GO111MODULE auto
4
ENV GOPATH /go
5
ENV PATH $GOPATH/bin:/usr/local/go/bin:$PATH
6
7
+# Permit the cpb binary to be compiled statically. The Red Hat compiler
8
+# provided by ART will otherwise force FIPS compliant dynamic compilation.
9
+ENV GO_COMPLIANCE_EXCLUDE="build.*operator-lifecycle-manager/util/cpb"
10
+
11
WORKDIR /build
12
13
# copy just enough of the git repo to parse HEAD, used to record version in OLM binaries
0 commit comments