Skip to content

Commit

Permalink
Updating ose-baremetal-installer images to be consistent with ART
Browse files Browse the repository at this point in the history
  • Loading branch information
AOS Automation Release Team committed Jun 16, 2021
1 parent d5a0486 commit d4f3362
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions images/baremetal/Dockerfile.ci
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# This Dockerfile is a used by CI to publish an installer image
# It builds an image containing openshift-install.

FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.16-openshift-4.8 AS builder
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.16-openshift-4.9 AS builder
RUN yum install -y libvirt-devel-6.0.0 && \
yum clean all && rm -rf /var/cache/yum/*
WORKDIR /go/src/github.com/openshift/installer
COPY . .
RUN TAGS="libvirt baremetal" hack/build.sh


FROM registry.ci.openshift.org/ocp/4.8:base
FROM registry.ci.openshift.org/ocp/4.9: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/

Expand Down

0 comments on commit d4f3362

Please sign in to comment.