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 89c4da4 + cfd03c6 commit 213b9a4Copy full SHA for 213b9a4
Dockerfile
@@ -22,7 +22,8 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -o manager main.go
22
23
# Use distroless as minimal base image to package the manager binary
24
# Refer to https://github.com/GoogleContainerTools/distroless for more details
25
-FROM registry.access.redhat.com/ubi8/ubi:8.10
+# This sha relates to ubi version 8.10-1132, which is tagged as 8.10 and latest as of Nov 15, 2024
26
+FROM registry.access.redhat.com/ubi8/ubi@sha256:8990388831e1b41c9a67389e4b691dae8b1283f77d5fb7263e1f4fc69c0a9d05
27
ENV OPERATOR=/manager \
28
USER_UID=1001 \
29
USER_NAME=nonroot
0 commit comments