Skip to content

Commit 7892c20

Browse files
Merge pull request #7816 from openshift-bot/art-consistency-openshift-4.16-ose-installer
OCPBUGS-24814: Updating ose-installer-container image to be consistent with ART
2 parents 6f4b11e + da96aad commit 7892c20

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

images/installer/Dockerfile.ci

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# This Dockerfile is used by CI to publish the installer image.
22
# It builds an image containing only the openshift-install.
33

4-
FROM registry.ci.openshift.org/ocp/4.15:installer-terraform-providers as providers
4+
FROM registry.ci.openshift.org/ocp/4.16:installer-terraform-providers AS providers
55

6-
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.20-openshift-4.15 AS builder
6+
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.20-openshift-4.16 AS builder
77
ARG TAGS=""
88
WORKDIR /go/src/github.com/openshift/installer
99
COPY . .
@@ -12,7 +12,7 @@ RUN DEFAULT_ARCH="$(go env GOHOSTARCH)" hack/build.sh
1212
RUN go run -mod=vendor hack/build-coreos-manifest.go
1313

1414

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

0 commit comments

Comments
 (0)