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 for 4.17
Reconciling with cdf50d3308/images/ose-baremetal-installer.yml
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
# It builds an image containing openshift-install.
|
||||
|
||||
# The binaries in these images are dynamically linked
|
||||
FROM registry.ci.openshift.org/ocp/4.16:etcd AS etcd
|
||||
FROM registry.ci.openshift.org/ocp/4.16:hyperkube AS kas
|
||||
FROM registry.ci.openshift.org/ocp/4.17:etcd AS etcd
|
||||
FROM registry.ci.openshift.org/ocp/4.17:hyperkube AS kas
|
||||
|
||||
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.22-openshift-4.17 AS builder
|
||||
ARG TAGS="baremetal fipscapable"
|
||||
@@ -17,7 +17,7 @@ RUN mkdir -p cluster-api/bin/$(go env GOOS)_$(go env GOHOSTARCH) && \
|
||||
RUN DEFAULT_ARCH="$(go env GOHOSTARCH)" hack/build.sh
|
||||
RUN DEFAULT_ARCH="$(go env GOHOSTARCH)" hack/build-node-joiner.sh
|
||||
|
||||
FROM registry.ci.openshift.org/ocp/4.16:base-rhel9
|
||||
FROM registry.ci.openshift.org/ocp/4.17:base-rhel9
|
||||
|
||||
COPY --from=builder /go/src/github.com/openshift/installer/bin/openshift-install /bin/openshift-install
|
||||
|
||||
|
||||
Reference in New Issue
Block a user