From 1d7dd75690a99488213c3d57ca0f0bc02f1963e2 Mon Sep 17 00:00:00 2001 From: openshift-bot Date: Mon, 24 Aug 2020 18:54:45 +0000 Subject: [PATCH] Updating Dockerfile.ocp baseimages to mach ocp-build-data config This PR is autogenerated by the [ocp-build-data-enforcer][1]. It updates the baseimages in the Dockerfile used for promotion in order to ensure it matches the configuration in the [ocp-build-data repository][2] used for producing release artifacts. If you believe the content of this PR is incorrect, please contact the dptp team in #forum-testplatform. [1]: https://github.com/openshift/ci-tools/tree/master/cmd/ocp-build-data-enforcer [2]: https://github.com/openshift/ocp-build-data/tree/openshift-4.6-rhel-8/images --- Dockerfile.ocp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.ocp b/Dockerfile.ocp index 20e5a4e..28d2931 100644 --- a/Dockerfile.ocp +++ b/Dockerfile.ocp @@ -1,4 +1,4 @@ -FROM ubi8 +FROM registry.svc.ci.openshift.org/ocp/builder:rhel-8-base-openshift-4.6 RUN dnf install -y iproute jq && \ dnf clean all && \