Skip to content

Commit 5ac9545

Browse files
committed
[18.0-fr4] Pin GOLANG_BUILDER to go-toolset:1.24.6-1762230058
Pining go toolset image to 1.24.6-1762230058 to workaround this issue: https://issues.redhat.com/browse/RHEL-128838
1 parent 567208b commit 5ac9545

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

Dockerfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
ARG GOLANG_BUILDER=registry.access.redhat.com/ubi9/go-toolset:1.24
2-
ARG OPERATOR_BASE_IMAGE=registry.access.redhat.com/ubi9/ubi-minimal:latest
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
4+
ARG OPERATOR_BASE_IMAGE=registry.access.redhat.com/ubi9/ubi-minimal:9.6
35

46
# Build the manager binary
57
FROM $GOLANG_BUILDER AS builder

0 commit comments

Comments
 (0)