Skip to content

Commit

Permalink
Updating ose-baremetal-installer-container image to be consistent wit…
Browse files Browse the repository at this point in the history
  • Loading branch information
AOS Automation Release Team committed Jun 10, 2024
1 parent ae21a76 commit 2db2f6f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions images/baremetal/Dockerfile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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

Expand Down

0 comments on commit 2db2f6f

Please sign in to comment.