From ca5d9ee35a97916d3aaed9eb0af3520b8f32a546 Mon Sep 17 00:00:00 2001 From: AOS Automation Release Team Date: Thu, 26 Feb 2026 11:57:16 +0000 Subject: [PATCH] Updating ingress-node-firewall-operator-container image to be consistent with ART for 4.22 Reconciling with https://github.com/openshift/ocp-build-data/tree/cb57200ffcd7ad506814eaf8c941fed0481fe837/images/ingress-node-firewall-operator.yml --- .ci-operator.yaml | 2 +- Dockerfile.openshift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci-operator.yaml b/.ci-operator.yaml index 284a9100..a3628cf2 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.openshift b/Dockerfile.openshift index 73e30910..7dd9315f 100644 --- a/Dockerfile.openshift +++ b/Dockerfile.openshift @@ -1,5 +1,5 @@ # Build the manager binary -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