From bd86583fb2ac6eb77771b543b721003fdd127b76 Mon Sep 17 00:00:00 2001 From: openshift-bot Date: Mon, 24 Aug 2020 18:55:44 +0000 Subject: [PATCH] Updating agent-nodejs-12/Dockerfile.rhel8 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 --- agent-nodejs-12/Dockerfile.rhel8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent-nodejs-12/Dockerfile.rhel8 b/agent-nodejs-12/Dockerfile.rhel8 index e252e6a8d..41ded1996 100644 --- a/agent-nodejs-12/Dockerfile.rhel8 +++ b/agent-nodejs-12/Dockerfile.rhel8 @@ -1,4 +1,4 @@ -FROM quay.io/openshift/origin-jenkins-agent-base:v4.0 +FROM registry.svc.ci.openshift.org/ocp/4.6:jenkins-agent-base MAINTAINER OpenShift Developer Services