Skip to content

Commit 0af51cf

Browse files
Merge pull request #792 from openstack-k8s-operators/pin-operator-image
[18.0-fr4] Pin GOLANG_BUILDER to go-toolset:1.24.6-1762230058
2 parents 3621de0 + 5ac9545 commit 0af51cf

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)