From 78be6df39c4fa7ce2137db03a7e40ac0e7d72bce Mon Sep 17 00:00:00 2001 From: AOS Automation Release Team Date: Sun, 17 Dec 2023 05:25:11 +0000 Subject: [PATCH] Updating ose-cluster-image-registry-operator-container image to be consistent with ART Reconciling with https://github.com/openshift/ocp-build-data/tree/4022cd290f00a44d667dda03f2d78d84a488c7ed/images/ose-cluster-image-registry-operator.yml --- .ci-operator.yaml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci-operator.yaml b/.ci-operator.yaml index e2fbe8182..a83f0f843 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.20-openshift-4.16 + tag: rhel-9-release-golang-1.21-openshift-4.16 diff --git a/Dockerfile b/Dockerfile index bbe1ec7cc..cceff5ac7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.20-openshift-4.16 AS builder +FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.21-openshift-4.16 AS builder WORKDIR /go/src/github.com/openshift/cluster-image-registry-operator COPY . . RUN make build