We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bacfe3e commit cfcc6bbCopy full SHA for cfcc6bb
Dockerfile.openshift
@@ -20,7 +20,7 @@ RUN GOEXPERIMENT=strictfipsruntime CGO_ENABLED=1 GOOS=${TARGETOS:-linux} GOARCH=
20
&& \
21
GOEXPERIMENT=strictfipsruntime CGO_ENABLED=1 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} go build -v -mod=vendor -tags strictfipsruntime -o operatorbinary ./operator
22
23
-FROM registry.access.redhat.com/ubi9-minimal:9.4
+FROM registry.access.redhat.com/ubi9-minimal:9.7-1764794109
24
WORKDIR /
25
COPY --from=builder /go/openperouter/reloader .
26
COPY --from=builder /go/openperouter/controller .
0 commit comments