1
0
mirror of https://github.com/openshift/installer.git synced 2026-02-05 15:47:14 +01:00

Updating ose-baremetal-installer-container image to be consistent with ART

Reconciling with 87c1a03157/images/ose-baremetal-installer.yml
This commit is contained in:
AOS Automation Release Team
2023-12-17 16:56:38 +00:00
parent 611e16ac25
commit 9057b59bc7
2 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -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