Skip to content

Commit 2db2f6f

Browse files
author
AOS Automation Release Team
committed
Updating ose-baremetal-installer-container image to be consistent with ART for 4.17
Reconciling with https://github.com/openshift/ocp-build-data/tree/cdf50d33080800297213cb759f397c2f59e469cc/images/ose-baremetal-installer.yml
1 parent ae21a76 commit 2db2f6f

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
@@ -2,8 +2,8 @@
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.16:etcd AS etcd
6-
FROM registry.ci.openshift.org/ocp/4.16:hyperkube AS kas
5+
FROM registry.ci.openshift.org/ocp/4.17:etcd AS etcd
6+
FROM registry.ci.openshift.org/ocp/4.17:hyperkube AS kas
77

88
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.22-openshift-4.17 AS builder
99
ARG TAGS="baremetal fipscapable"
@@ -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.16:base-rhel9
20+
FROM registry.ci.openshift.org/ocp/4.17:base-rhel9
2121

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

0 commit comments

Comments
 (0)