Skip to content

Commit f39053c

Browse files
authored
Pin GOLANG_BUILDER ARG to specific version
Updated GOLANG_BUILDER ARG to a pinned version due to an issue.
1 parent 37d35cb commit f39053c

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:9.6
1+
# TODO 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

46
# Build the manager binary

0 commit comments

Comments
 (0)