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 0ae6e1a + b84e919 commit 105552eCopy full SHA for 105552e
Dockerfile.openshift
@@ -15,8 +15,8 @@ COPY pkg pkg
15
COPY webhooks webhooks
16
17
# Build the controller
18
-RUN go build -mod=vendor -o controller main.go
+RUN go build -tags strictfipsruntime -mod=vendor -o controller main.go
19
20
-FROM registry.access.redhat.com/ubi8/ubi-minimal:latest
+FROM registry.redhat.io/rhel8-6-els/rhel:latest
21
COPY --from=builder /opt/app-root/src/controller /usr/bin/controller
22
ENTRYPOINT ["/usr/bin/controller"]
0 commit comments