Skip to content

Commit da96aad

Browse files
author
AOS Automation Release Team
committed
Updating ose-installer-container image to be consistent with ART
Reconciling with https://github.com/openshift/ocp-build-data/tree/87c1a03157f82958c25ea25b2134dfbaea19bcee/images/ose-installer.yml
1 parent 611e16a commit da96aad

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.ci-operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
build_root_image:
22
name: release
33
namespace: openshift
4-
tag: rhel-8-release-golang-1.20-openshift-4.15
4+
tag: rhel-8-release-golang-1.20-openshift-4.16

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)