From abe0c11d2c6649922a77128b5be9d979d59f399a Mon Sep 17 00:00:00 2001 From: Patrick Dillon Date: Wed, 10 Jun 2026 22:09:57 -0400 Subject: [PATCH] images: bump upi to 5.0 Followup to ART automated PRs to bump images to 5.0; the bot does not bump to a new version, so we need to do it. --- images/installer/Dockerfile.upi.ci | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/images/installer/Dockerfile.upi.ci b/images/installer/Dockerfile.upi.ci index 42e7a466e93..87d4b1f0ac5 100644 --- a/images/installer/Dockerfile.upi.ci +++ b/images/installer/Dockerfile.upi.ci @@ -3,10 +3,10 @@ # It also contains the `upi` directory that contains various terraform and cloud formation templates that are used to create infrastructure resources. # We copy from the -artifacts images because they are statically linked -FROM registry.ci.openshift.org/ocp/4.22:installer-kube-apiserver-artifacts AS kas-artifacts -FROM registry.ci.openshift.org/ocp/4.22:installer-etcd-artifacts AS etcd-artifacts +FROM registry.ci.openshift.org/ocp/5.0:installer-kube-apiserver-artifacts AS kas-artifacts +FROM registry.ci.openshift.org/ocp/5.0:installer-etcd-artifacts AS etcd-artifacts -FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.25-openshift-4.22 AS builder +FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.25-openshift-5.0 AS builder # FIPS support is offered via the baremetal-installer image ENV GO_COMPLIANCE_EXCLUDE=".*" ARG TAGS="" @@ -19,13 +19,13 @@ RUN mkdir -p cluster-api/bin/$(go env GOOS)_$(go env GOHOSTARCH) && \ mv cluster-api/bin/$(go env GOOS)/$(go env GOHOSTARCH)/* -t cluster-api/bin/$(go env GOOS)_$(go env GOHOSTARCH)/ RUN DEFAULT_ARCH="$(go env GOHOSTARCH)" hack/build.sh -FROM registry.ci.openshift.org/ocp/4.22:cli as cli +FROM registry.ci.openshift.org/ocp/5.0:cli as cli FROM quay.io/ocp-splat/govc:v0.30.7 as govc FROM quay.io/ocp-splat/pwsh:latest as pwsh FROM quay.io/multi-arch/yq:3.3.0 as yq3 FROM quay.io/multi-arch/yq:4.30.5 as yq4 -FROM registry.ci.openshift.org/ocp/4.22:base-rhel9 +FROM registry.ci.openshift.org/ocp/5.0:base-rhel9 COPY --from=cli /usr/bin/oc /bin/oc COPY --from=builder /go/src/github.com/openshift/installer/bin/openshift-install /bin/openshift-install COPY --from=builder /go/src/github.com/openshift/installer/upi /var/lib/openshift-install/upi