From 9057b59bc7308b8d3300a91bbea82107aa730cbf Mon Sep 17 00:00:00 2001 From: AOS Automation Release Team Date: Sun, 17 Dec 2023 16:56:38 +0000 Subject: [PATCH] Updating ose-baremetal-installer-container image to be consistent with ART Reconciling with https://github.com/openshift/ocp-build-data/tree/87c1a03157f82958c25ea25b2134dfbaea19bcee/images/ose-baremetal-installer.yml --- .ci-operator.yaml | 2 +- images/baremetal/Dockerfile.ci | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.ci-operator.yaml b/.ci-operator.yaml index 7cd14bfef5..7e23a1e559 100644 --- a/.ci-operator.yaml +++ b/.ci-operator.yaml @@ -1,4 +1,4 @@ build_root_image: name: release namespace: openshift - tag: rhel-8-release-golang-1.20-openshift-4.15 + tag: rhel-8-release-golang-1.20-openshift-4.16 diff --git a/images/baremetal/Dockerfile.ci b/images/baremetal/Dockerfile.ci index 2516f464fe..0738e49e22 100644 --- a/images/baremetal/Dockerfile.ci +++ b/images/baremetal/Dockerfile.ci @@ -3,9 +3,9 @@ ARG libvirt_version="8.0.0" -FROM registry.ci.openshift.org/ocp/4.15:installer-terraform-providers as providers +FROM registry.ci.openshift.org/ocp/4.16:installer-terraform-providers AS providers -FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.20-openshift-4.15 AS builder +FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.20-openshift-4.16 AS builder ARG libvirt_version ARG TAGS="libvirt baremetal" RUN dnf install -y libvirt-devel-$libvirt_version && \ @@ -16,7 +16,7 @@ COPY --from=providers /go/src/github.com/openshift/installer/terraform/bin/ terr RUN DEFAULT_ARCH="$(go env GOHOSTARCH)" hack/build.sh -FROM registry.ci.openshift.org/ocp/4.15:base +FROM registry.ci.openshift.org/ocp/4.16:base ARG libvirt_version COPY --from=builder /go/src/github.com/openshift/installer/bin/openshift-install /bin/openshift-install