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.
1 parent c0389f0 commit 692626bCopy full SHA for 692626b
operator/Dockerfile
@@ -18,7 +18,7 @@ COPY operator/main.go main.go
18
# Build
19
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -o manager main.go
20
21
-FROM registry.access.redhat.com/ubi9/ubi-micro:9.4-6
+FROM registry.access.redhat.com/ubi9/ubi-micro:9.4-6.1716471860
22
WORKDIR /
23
COPY --from=builder /workspace/manager .
24
USER 65532:65532
0 commit comments