Skip to content

Commit c231825

Browse files
Merge pull request #7817 from openshift-bot/art-consistency-openshift-4.16-ose-baremetal-installer
OCPBUGS-24820: Updating ose-baremetal-installer-container image to be consistent with ART
2 parents 7892c20 + 9057b59 commit c231825

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

images/baremetal/Dockerfile.ci

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44
ARG libvirt_version="8.0.0"
55

6-
FROM registry.ci.openshift.org/ocp/4.15:installer-terraform-providers as providers
6+
FROM registry.ci.openshift.org/ocp/4.16:installer-terraform-providers AS providers
77

8-
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.20-openshift-4.15 AS builder
8+
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.20-openshift-4.16 AS builder
99
ARG libvirt_version
1010
ARG TAGS="libvirt baremetal"
1111
RUN dnf install -y libvirt-devel-$libvirt_version && \
@@ -16,7 +16,7 @@ COPY --from=providers /go/src/github.com/openshift/installer/terraform/bin/ terr
1616
RUN DEFAULT_ARCH="$(go env GOHOSTARCH)" hack/build.sh
1717

1818

19-
FROM registry.ci.openshift.org/ocp/4.15:base
19+
FROM registry.ci.openshift.org/ocp/4.16:base
2020
ARG libvirt_version
2121
COPY --from=builder /go/src/github.com/openshift/installer/bin/openshift-install /bin/openshift-install
2222

0 commit comments

Comments
 (0)