From 50a6d4b922b3d3635e0d2dd8dcee6ee21ce44d21 Mon Sep 17 00:00:00 2001 From: AOS Automation Release Team Date: Wed, 16 Jun 2021 17:07:07 +0000 Subject: [PATCH] Updating ose-metering-helm images to be consistent with ART Reconciling with https://github.com/openshift/ocp-build-data/tree/691e628254f318ce56efda5edc7448ec743c37b8/images/ose-metering-helm.yml --- Dockerfile.rhel | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.rhel b/Dockerfile.rhel index 744e93f84a7..0157d53b6ee 100644 --- a/Dockerfile.rhel +++ b/Dockerfile.rhel @@ -1,4 +1,4 @@ -FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.16-openshift-4.8 AS build +FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.16-openshift-4.9 AS build RUN yum install --setopt=skip_missing_names_on_install=False -y \ hg git make \ @@ -15,7 +15,7 @@ COPY . . ENV VERSION "" RUN make build -FROM registry.ci.openshift.org/ocp/builder:rhel-8-base-openshift-4.8 +FROM registry.ci.openshift.org/ocp/builder:rhel-8-base-openshift-4.9 COPY --from=build /go/src/k8s.io/helm/bin/helm /usr/local/bin