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 5d0e767 + 2ad007e commit 10def94Copy full SHA for 10def94
Dockerfile
@@ -1,4 +1,6 @@
1
-ARG GOLANG_BUILDER=registry.access.redhat.com/ubi9/go-toolset:1.24
+# TODO(amoralej) go-toolset image pinned until a fix is provided for
2
+# https://issues.redhat.com/browse/RHEL-128838
3
+ARG GOLANG_BUILDER=registry.access.redhat.com/ubi9/go-toolset:1.24.6-1762230058
4
ARG OPERATOR_BASE_IMAGE=registry.access.redhat.com/ubi9/ubi-minimal:9.6
5
# Build the manager binary
6
FROM $GOLANG_BUILDER AS builder
0 commit comments