Skip to content

Commit 2ad007e

Browse files
committed
Pin ubi9/go-toolset container image
There is an issue with the latest image which can not be pulled in CentOS10 systems [1]. Until it is fixed, let's pin to the previous container image tag to unblock centos10 jobs [2] [1] https://issues.redhat.com/browse/RHEL-128838 [2] https://softwarefactory-project.io/zuul/t/rdoproject.org/builds?job_name=openstack-meta-content-provider-master&project=openstack-k8s-operators/watcher-operator Signed-off-by: Alfredo Moralejo <[email protected]>
1 parent f201c73 commit 2ad007e

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)