From 5c9ee52550becd39c8bef9c735560a1421661fd3 Mon Sep 17 00:00:00 2001 From: AOS Automation Release Team Date: Mon, 2 Mar 2026 23:11:10 +0000 Subject: [PATCH] Updating csi-driver-manila-container image to be consistent with ART for 4.22 Reconciling with https://github.com/openshift/ocp-build-data/tree/992b0dc3f0e12d86e7466dadf1eb51b2584a9a83/images/csi-driver-manila.yml --- .ci-operator.yaml | 2 +- images/manila-csi-plugin/Dockerfile | 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/images/manila-csi-plugin/Dockerfile b/images/manila-csi-plugin/Dockerfile index c5cc7ac755..17e4b31bd4 100644 --- a/images/manila-csi-plugin/Dockerfile +++ b/images/manila-csi-plugin/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24-openshift-4.22 +FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.25-openshift-4.22 WORKDIR /go/src/k8s.io/cloud-provider-openstack COPY . . RUN go build -o manila-csi-plugin ./cmd/manila-csi-plugin