From 9b2e90a6d77e6919ae6279a380eb0c2978365618 Mon Sep 17 00:00:00 2001 From: AOS Automation Release Team Date: Wed, 13 Jan 2021 21:54:44 +0000 Subject: [PATCH] Updating cluster-policy-controller builder & base images to be consistent with ART Reconciling with https://github.com/openshift/ocp-build-data/tree/4a98c8d67fb1b0233d689c4bcc7f97e61da53999/images/cluster-policy-controller.yml --- Dockerfile.rhel | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.rhel b/Dockerfile.rhel index fb7d6bf20..d2fa970b5 100644 --- a/Dockerfile.rhel +++ b/Dockerfile.rhel @@ -1,9 +1,9 @@ -FROM registry.svc.ci.openshift.org/ocp/builder:rhel-8-golang-1.15-openshift-4.6 AS builder +FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.15-openshift-4.6 AS builder WORKDIR /go/src/github.com/openshift/cluster-policy-controller COPY . . RUN make build --warn-undefined-variables -FROM registry.svc.ci.openshift.org/ocp/4.6:base +FROM registry.ci.openshift.org/ocp/4.6:base COPY --from=builder /go/src/github.com/openshift/cluster-policy-controller/cluster-policy-controller /usr/bin/ LABEL io.k8s.display-name="OpenShift Cluster Policy Controller Command" \ io.k8s.description="OpenShift is a platform for developing, building, and deploying containerized applications." \