We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 35e4db2 + 9683b96 commit 6d9a94fCopy full SHA for 6d9a94f
1 file changed
Dockerfile
@@ -1,6 +1,6 @@
1
# Build the manager binary
2
ARG GOLANG_BUILDER=registry.access.redhat.com/ubi9/go-toolset:1.24
3
-ARG OPERATOR_BASE_IMAGE=registry.access.redhat.com/ubi9/ubi-minimal:latest
+ARG OPERATOR_BASE_IMAGE=registry.access.redhat.com/ubi9/ubi-minimal:9.6
4
5
FROM $GOLANG_BUILDER AS builder
6
0 commit comments