File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ COPY version/ version/
3838
3939ARG VERBOSE=2
4040ENV GOFLAGS="-mod=mod"
41- RUN go build -o bin/manager ./cmd/main.go
41+ RUN GOEXPERIMENT=strictfipsruntime CGO_ENABLED=1 go build -tags strictfipsruntime -o bin/manager ./cmd/main.go
4242
4343FROM registry.access.redhat.com/ubi8/ubi-minimal
4444ENV LANG=en_US.utf8
Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ metadata:
168168 description : Enables teams to adopt GitOps principles for managing cluster configurations
169169 and application delivery across hybrid multi-cluster Kubernetes environments.
170170 features.operators.openshift.io/disconnected : " true"
171- features.operators.openshift.io/fips-compliant : " false "
171+ features.operators.openshift.io/fips-compliant : " true "
172172 features.operators.openshift.io/proxy-aware : " true"
173173 features.operators.openshift.io/tls-profiles : " false"
174174 features.operators.openshift.io/token-auth-aws : " false"
You can’t perform that action at this time.
0 commit comments