From 25562168c5ef40269714a389b864a9eb7782f099 Mon Sep 17 00:00:00 2001 From: AOS Automation Release Team Date: Mon, 27 Jun 2022 17:53:14 +0000 Subject: [PATCH] Updating openshift-enterprise-builder images to be consistent with ART Reconciling with https://github.com/openshift/ocp-build-data/tree/8c7933b4665d68a762dff58103081a34f19a4b89/images/openshift-enterprise-builder.yml --- .ci-operator.yaml | 2 +- Dockerfile.rhel8 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.ci-operator.yaml b/.ci-operator.yaml index 8cbfaddc8e..a4eb6d9654 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.18-openshift-4.11 + tag: rhel-8-release-golang-1.18-openshift-4.12 diff --git a/Dockerfile.rhel8 b/Dockerfile.rhel8 index 27af609358..cf8a4fe3fe 100644 --- a/Dockerfile.rhel8 +++ b/Dockerfile.rhel8 @@ -1,9 +1,9 @@ -FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.18-openshift-4.11 AS builder +FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.18-openshift-4.12 AS builder WORKDIR /go/src/github.com/openshift/builder COPY . . RUN hack/build.sh -FROM registry.ci.openshift.org/ocp/builder:rhel-8-base-openshift-4.11 +FROM registry.ci.openshift.org/ocp/builder:rhel-8-base-openshift-4.12 RUN INSTALL_PKGS=" \ bind-utils bsdtar findutils fuse-overlayfs git hostname lsof \ procps-ng runc socat tar tree util-linux wget which \