Skip to content

Commit 2783c5d

Browse files
Merge pull request #793 from openstack-k8s-operators/pin-operator-image
[18.0-fr4] Pin GOLANG_BUILDER to go-toolset:1.24.6-1762230058
2 parents eac10e6 + 5ac9545 commit 2783c5d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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)