File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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(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
4+ ARG OPERATOR_BASE_IMAGE=registry.access.redhat.com/ubi9/ubi-minimal:9.6
35# Build the manager binary
46FROM $GOLANG_BUILDER AS builder
57
Original file line number Diff line number Diff line change 5252 - name : RELATED_IMAGE_SWIFT_OPERATOR_MANAGER_IMAGE_URL
5353 value : quay.io/openstack-k8s-operators/swift-operator@sha256:bc58f62c7171e9c9216fdeafbd170917b638e6c3f842031ee254f1389c57a09e
5454 - name : RELATED_IMAGE_TELEMETRY_OPERATOR_MANAGER_IMAGE_URL
55- value : quay.io/openstack-k8s-operators/telemetry-operator@sha256:8d7e74a8e4c720dd33f1af1ab06d52b241a6eb0d2cd42018c9b0fcfc8802c385
55+ value : quay.io/openstack-k8s-operators/telemetry-operator@sha256:b6386d94f52e3b95a44f868062338edf920bce199e617cdc2ec10ea2e209b9ad
5656 - name : RELATED_IMAGE_TEST_OPERATOR_MANAGER_IMAGE_URL
5757 value : quay.io/openstack-k8s-operators/test-operator@sha256:624b77b1b44f5e72a6c7d5910b04eb8070c499f83dcf364fb9dc5f2f8cb83c85
5858 - name : RELATED_IMAGE_WATCHER_OPERATOR_MANAGER_IMAGE_URL
Original file line number Diff line number Diff line change @@ -19,6 +19,6 @@ export RELATED_IMAGE_OVN_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operat
1919export RELATED_IMAGE_PLACEMENT_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/placement-operator@sha256:fd917de0cf800ec284ee0c3f2906a06d85ea18cb75a5b06c8eb305750467986d
2020export RELATED_IMAGE_RABBITMQ_CLUSTER_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/rabbitmq-cluster-operator@sha256:893e66303c1b0bc1d00a299a3f0380bad55c8dc813c8a1c6a4aab379f5aa12a2
2121export RELATED_IMAGE_SWIFT_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/swift-operator@sha256:bc58f62c7171e9c9216fdeafbd170917b638e6c3f842031ee254f1389c57a09e
22- export RELATED_IMAGE_TELEMETRY_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/telemetry-operator@sha256:8d7e74a8e4c720dd33f1af1ab06d52b241a6eb0d2cd42018c9b0fcfc8802c385
22+ export RELATED_IMAGE_TELEMETRY_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/telemetry-operator@sha256:b6386d94f52e3b95a44f868062338edf920bce199e617cdc2ec10ea2e209b9ad
2323export RELATED_IMAGE_TEST_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/test-operator@sha256:624b77b1b44f5e72a6c7d5910b04eb8070c499f83dcf364fb9dc5f2f8cb83c85
2424export RELATED_IMAGE_WATCHER_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/watcher-operator@sha256:1988aaf9cd245150cda123aaaa21718ccb552c47f1623b7d68804f13c47f2c6a
You can’t perform that action at this time.
0 commit comments