From a2e0cde017a418b4a43bd6c6ee49b74cc21eadce Mon Sep 17 00:00:00 2001 From: AOS Automation Release Team Date: Fri, 10 Mar 2023 00:07:53 +0000 Subject: [PATCH] UPSTREAM: : Updating vertical-pod-autoscaler images to be consistent with ART Reconciling with https://github.com/openshift/ocp-build-data/tree/e18d948b6ec9fc99c368102cffc1eea0c01f5765/images/vertical-pod-autoscaler.yml --- vertical-pod-autoscaler/Dockerfile.rhel | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vertical-pod-autoscaler/Dockerfile.rhel b/vertical-pod-autoscaler/Dockerfile.rhel index d31412742aed..425412b4f296 100644 --- a/vertical-pod-autoscaler/Dockerfile.rhel +++ b/vertical-pod-autoscaler/Dockerfile.rhel @@ -1,11 +1,11 @@ -FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.19-openshift-4.13 AS builder +FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.19-openshift-4.14 AS builder WORKDIR /go/src/k8s.io/autoscaler/vertical-pod-autoscaler COPY . . RUN go build ./pkg/admission-controller RUN go build ./pkg/updater RUN go build ./pkg/recommender -FROM registry.ci.openshift.org/ocp/4.13:base +FROM registry.ci.openshift.org/ocp/4.14:base COPY --from=builder \ /go/src/k8s.io/autoscaler/vertical-pod-autoscaler/admission-controller \ /go/src/k8s.io/autoscaler/vertical-pod-autoscaler/updater \