From 8e477fb70d0d9ea8fce20abae78b13455b1024d9 Mon Sep 17 00:00:00 2001 From: openshift-bot Date: Mon, 24 Aug 2020 18:51:00 +0000 Subject: [PATCH] Updating images/baremetal/Dockerfile.ci 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 --- images/baremetal/Dockerfile.ci | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/images/baremetal/Dockerfile.ci b/images/baremetal/Dockerfile.ci index a4edf00f335..b679af69a09 100644 --- a/images/baremetal/Dockerfile.ci +++ b/images/baremetal/Dockerfile.ci @@ -1,7 +1,7 @@ # This Dockerfile is a used by CI to publish an installer image # It builds an image containing openshift-install. -FROM registry.svc.ci.openshift.org/openshift/release:golang-1.14 AS builder +FROM registry.svc.ci.openshift.org/ocp/builder:rhel-8-golang-openshift-4.6 AS builder RUN yum install -y libvirt-devel && \ yum clean all && rm -rf /var/cache/yum/* WORKDIR /go/src/github.com/openshift/installer @@ -9,7 +9,7 @@ COPY . . RUN TAGS="libvirt baremetal" hack/build.sh -FROM registry.svc.ci.openshift.org/origin/4.1:base +FROM registry.svc.ci.openshift.org/ocp/4.6:base COPY --from=builder /go/src/github.com/openshift/installer/bin/openshift-install /bin/openshift-install COPY --from=builder /go/src/github.com/openshift/installer/data/data/rhcos.json /var/cache/