Skip to content

Commit 5994504

Browse files
Merge pull request #8449 from openshift-bot/art-consistency-openshift-4.17-ose-installer-altinfra
OCPBUGS-34221: Updating ose-installer-altinfra-container image to be consistent with ART for 4.17
2 parents 28e30ea + 16fcde3 commit 5994504

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

images/installer-altinfra/Dockerfile.ci

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
# not be needed.
99

1010
# We copy from the -artifacts images because they are statically linked
11-
FROM registry.ci.openshift.org/ocp/4.16:installer-kube-apiserver-artifacts AS kas-artifacts
12-
FROM registry.ci.openshift.org/ocp/4.16:installer-etcd-artifacts AS etcd-artifacts
11+
FROM registry.ci.openshift.org/ocp/4.17:installer-kube-apiserver-artifacts AS kas-artifacts
12+
FROM registry.ci.openshift.org/ocp/4.17:installer-etcd-artifacts AS etcd-artifacts
1313

14-
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.21-openshift-4.16 AS builder
14+
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.21-openshift-4.17 AS builder
1515
# FIPS support is offered via the baremetal-installer image
1616
ENV GO_COMPLIANCE_EXCLUDE=".*"
1717
ARG TAGS="altinfra"
@@ -26,7 +26,7 @@ RUN DEFAULT_ARCH="$(go env GOHOSTARCH)" hack/build.sh
2626
RUN go run -mod=vendor hack/build-coreos-manifest.go
2727

2828

29-
FROM registry.ci.openshift.org/ocp/4.16:base-rhel9
29+
FROM registry.ci.openshift.org/ocp/4.17:base-rhel9
3030
COPY --from=builder /go/src/github.com/openshift/installer/bin/openshift-install /bin/openshift-install
3131
COPY --from=builder /go/src/github.com/openshift/installer/bin/manifests/ /manifests/
3232
RUN mkdir /output && chown 1000:1000 /output

0 commit comments

Comments
 (0)