From bd2f5ad0345c358a7b3773889c1266f30f904993 Mon Sep 17 00:00:00 2001 From: AOS Automation Release Team Date: Fri, 19 Dec 2025 04:03:33 +0000 Subject: [PATCH] Updating ose-insights-runtime-exporter-container image to be consistent with ART for 4.22 Reconciling with https://github.com/openshift/ocp-build-data/tree/087d1930e36b609f77d73bd8a313d85c940cff4d/images/ose-insights-runtime-exporter.yml --- .ci-operator.yaml | 2 +- Containerfile-exporter | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.ci-operator.yaml b/.ci-operator.yaml index e307e5af..284a9100 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.21 + tag: rhel-9-release-golang-1.24-openshift-4.22 diff --git a/Containerfile-exporter b/Containerfile-exporter index 26047258..f8e0f03d 100644 --- a/Containerfile-exporter +++ b/Containerfile-exporter @@ -1,4 +1,4 @@ -FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24-openshift-4.21 AS go-builder +FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24-openshift-4.22 AS go-builder WORKDIR /workspace/exporter COPY exporter . @@ -6,7 +6,7 @@ ARG GO_LDFLAGS="" ENV GOEXPERIMENT=strictfipsruntime RUN CGO_ENABLED=0 GOOS=linux GO111MODULE=on make build -FROM registry.ci.openshift.org/ocp/4.21:base-rhel9 +FROM registry.ci.openshift.org/ocp/4.22:base-rhel9 COPY --from=go-builder /workspace/exporter/bin/exporter / ENTRYPOINT [ "/exporter" ] \ No newline at end of file