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/
38
38
39
39
ARG VERBOSE=2
40
40
ENV 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
42
42
43
43
FROM registry.access.redhat.com/ubi8/ubi-minimal
44
44
ENV LANG=en_US.utf8
Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ metadata:
168
168
description : Enables teams to adopt GitOps principles for managing cluster configurations
169
169
and application delivery across hybrid multi-cluster Kubernetes environments.
170
170
features.operators.openshift.io/disconnected : " true"
171
- features.operators.openshift.io/fips-compliant : " false "
171
+ features.operators.openshift.io/fips-compliant : " true "
172
172
features.operators.openshift.io/proxy-aware : " true"
173
173
features.operators.openshift.io/tls-profiles : " false"
174
174
features.operators.openshift.io/token-auth-aws : " false"
You can’t perform that action at this time.
0 commit comments