Skip to content

Commit 1da665f

Browse files
author
AOS Automation Release Team
committed
Updating ose-baremetal-installer-container image to be consistent with ART for 4.21
Reconciling with https://github.com/openshift/ocp-build-data/tree/4fbe3fab45239dc4be6f5d9d98a0bf36e0274ec9/images/ose-baremetal-installer.yml
1 parent a745ded commit 1da665f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.ci-operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
build_root_image:
22
name: release
33
namespace: openshift
4-
tag: rhel-9-release-golang-1.24-openshift-4.20
4+
tag: rhel-9-release-golang-1.24-openshift-4.21

images/baremetal/Dockerfile.ci

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# It builds an image containing openshift-install.
33

44
# The binaries in these images are dynamically linked
5-
FROM registry.ci.openshift.org/ocp/4.20:etcd AS etcd
6-
FROM registry.ci.openshift.org/ocp/4.20:hyperkube AS kas
5+
FROM registry.ci.openshift.org/ocp/4.21:etcd AS etcd
6+
FROM registry.ci.openshift.org/ocp/4.21:hyperkube AS kas
77

8-
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24-openshift-4.20 AS builder
8+
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24-openshift-4.21 AS builder
99
ARG TAGS="baremetal fipscapable"
1010
ARG SKIP_ENVTEST="y"
1111
WORKDIR /go/src/github.com/openshift/installer
@@ -17,7 +17,7 @@ RUN mkdir -p cluster-api/bin/$(go env GOOS)_$(go env GOHOSTARCH) && \
1717
RUN DEFAULT_ARCH="$(go env GOHOSTARCH)" hack/build.sh
1818
RUN DEFAULT_ARCH="$(go env GOHOSTARCH)" hack/build-node-joiner.sh
1919

20-
FROM registry.ci.openshift.org/ocp/4.20:base-rhel9
20+
FROM registry.ci.openshift.org/ocp/4.21:base-rhel9
2121

2222
COPY --from=builder /go/src/github.com/openshift/installer/images/baremetal/manifests /manifests
2323
COPY --from=builder /go/src/github.com/openshift/installer/bin/openshift-install /bin/openshift-install

0 commit comments

Comments
 (0)