Skip to content

Commit 68d3459

Browse files
Merge pull request #9980 from openshift-bot/art-consistency-openshift-4.21-ose-installer
OCPBUGS-62452: Updating ose-installer-container image to be consistent with ART for 4.21
2 parents 89fb58c + d88750c commit 68d3459

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

images/installer/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 only the openshift-install.
33

44
# We copy from the -artifacts images because they are statically linked
5-
FROM registry.ci.openshift.org/ocp/4.20:installer-kube-apiserver-artifacts AS kas-artifacts
6-
FROM registry.ci.openshift.org/ocp/4.20:installer-etcd-artifacts AS etcd-artifacts
5+
FROM registry.ci.openshift.org/ocp/4.21:installer-kube-apiserver-artifacts AS kas-artifacts
6+
FROM registry.ci.openshift.org/ocp/4.21:installer-etcd-artifacts AS etcd-artifacts
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
# FIPS support is offered via the baremetal-installer image
1010
ENV GO_COMPLIANCE_EXCLUDE=".*"
1111
ARG TAGS=""
@@ -19,7 +19,7 @@ RUN mkdir -p cluster-api/bin/$(go env GOOS)_$(go env GOHOSTARCH) && \
1919
RUN DEFAULT_ARCH="$(go env GOHOSTARCH)" hack/build.sh
2020
RUN go run -mod=vendor hack/build-coreos-manifest.go
2121

22-
FROM registry.ci.openshift.org/ocp/4.20:base-rhel9
22+
FROM registry.ci.openshift.org/ocp/4.21:base-rhel9
2323

2424
COPY --from=builder /go/src/github.com/openshift/installer/bin/openshift-install /bin/openshift-install
2525
COPY --from=builder /go/src/github.com/openshift/installer/bin/manifests/ /manifests/

0 commit comments

Comments
 (0)