From 784cec89e9587f6795b921164d3bc995cbc95114 Mon Sep 17 00:00:00 2001 From: AOS Automation Release Team Date: Fri, 6 Mar 2026 00:54:45 +0000 Subject: [PATCH] Updating openstack-cluster-api-controllers-container image to be consistent with ART for 4.22 Reconciling with https://github.com/openshift/ocp-build-data/tree/71dacccd10b79617c02cbae667507ac21d8a1ddb/images/openstack-cluster-api-controllers.yml --- .ci-operator.yaml | 2 +- Dockerfile.rhel | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci-operator.yaml b/.ci-operator.yaml index 284a910090..a3628cf240 100644 --- a/.ci-operator.yaml +++ b/.ci-operator.yaml @@ -1,4 +1,4 @@ build_root_image: name: release namespace: openshift - tag: rhel-9-release-golang-1.24-openshift-4.22 + tag: rhel-9-release-golang-1.25-openshift-4.22 diff --git a/Dockerfile.rhel b/Dockerfile.rhel index 74acbb8796..019d2e1966 100644 --- a/Dockerfile.rhel +++ b/Dockerfile.rhel @@ -1,4 +1,4 @@ -FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24-openshift-4.22 AS builder +FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.25-openshift-4.22 AS builder WORKDIR /workspace COPY . .