Skip to content

Commit 8eed26e

Browse files
committed
OCPBUGS-24862: Updating ose-installer-altinfra-container image to be consistent with ART
Manual cherry-pick of #7819 to fix merge conflicts.
1 parent 7892c20 commit 8eed26e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

images/installer-altinfra/Dockerfile.ci

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
# solutions. Once all providers have alternate implementations, this image will
88
# not be needed.
99

10-
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.20-openshift-4.15 AS builder
10+
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.20-openshift-4.16 AS builder
1111
ARG TAGS="altinfra"
1212
WORKDIR /go/src/github.com/openshift/installer
1313
COPY . .
1414
RUN DEFAULT_ARCH="$(go env GOHOSTARCH)" hack/build.sh
1515
RUN go run -mod=vendor hack/build-coreos-manifest.go
1616

1717

18-
FROM registry.ci.openshift.org/ocp/4.15:base
18+
FROM registry.ci.openshift.org/ocp/4.16:base
1919
COPY --from=builder /go/src/github.com/openshift/installer/bin/openshift-install /bin/openshift-install
2020
COPY --from=builder /go/src/github.com/openshift/installer/bin/manifests/ /manifests/
2121
RUN mkdir /output && chown 1000:1000 /output

0 commit comments

Comments
 (0)