From e529e598521d15438df0a19b652cf65311230cf8 Mon Sep 17 00:00:00 2001 From: Justin Pierce Date: Wed, 7 Oct 2020 12:03:11 -0400 Subject: [PATCH] Updating openshift-enterprise-deployer builder & base images to be consistent with ART Reconciling with https://github.com/openshift/ocp-build-data/tree/ac81dd4ff0bd57c4e75058d25b40615b92948259/images/openshift-enterprise-deployer.yml --- images/deployer/Dockerfile.rhel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/deployer/Dockerfile.rhel b/images/deployer/Dockerfile.rhel index db39083bb5..5a1a745d96 100644 --- a/images/deployer/Dockerfile.rhel +++ b/images/deployer/Dockerfile.rhel @@ -1,4 +1,4 @@ -FROM registry.svc.ci.openshift.org/ocp/4.6:cli +FROM registry.svc.ci.openshift.org/ocp/4.7:cli LABEL io.k8s.display-name="OpenShift Deployer" \ io.k8s.description="This is a component of OpenShift and executes the user deployment process to roll out new containers. It may be used as a base image for building your own custom deployer image." \