From fbe5e3658eecb721f84ea6ce71a9cf8071a38fb9 Mon Sep 17 00:00:00 2001 From: AOS Automation Release Team Date: Sat, 16 Dec 2023 12:12:58 +0000 Subject: [PATCH] UPSTREAM: : Updating ose-olm-rukpak-container image to be consistent with ART Reconciling with https://github.com/openshift/ocp-build-data/tree/4022cd290f00a44d667dda03f2d78d84a488c7ed/images/ose-olm-rukpak.yml --- .ci-operator.yaml | 2 +- openshift/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci-operator.yaml b/.ci-operator.yaml index 7e23a1e55..38718883b 100644 --- a/.ci-operator.yaml +++ b/.ci-operator.yaml @@ -1,4 +1,4 @@ build_root_image: name: release namespace: openshift - tag: rhel-8-release-golang-1.20-openshift-4.16 + tag: rhel-8-release-golang-1.21-openshift-4.16 diff --git a/openshift/Dockerfile b/openshift/Dockerfile index 87d9f4b3f..f9abf9bb9 100644 --- a/openshift/Dockerfile +++ b/openshift/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.20-openshift-4.16 AS builder +FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.21-openshift-4.16 AS builder # copy just enough of the git repo to parse HEAD, used to record version in OLM binaries COPY .git/HEAD .git/HEAD