Skip to content

Commit 10def94

Browse files
Merge pull request #1697 from amoralej/pin-go-toolset
Pin ubi9/go-toolset container image
2 parents 5d0e767 + 2ad007e commit 10def94

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
ARG GOLANG_BUILDER=registry.access.redhat.com/ubi9/go-toolset:1.24
1+
# 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
24
ARG OPERATOR_BASE_IMAGE=registry.access.redhat.com/ubi9/ubi-minimal:9.6
35
# Build the manager binary
46
FROM $GOLANG_BUILDER AS builder

0 commit comments

Comments
 (0)