Skip to content

Commit 28e30ea

Browse files
Merge pull request #8455 from openshift-bot/art-consistency-openshift-4.17-ose-installer
OCPBUGS-34311: Updating ose-installer-container image to be consistent with ART for 4.17
2 parents 83e6d69 + b12247b commit 28e30ea

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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-9-release-golang-1.21-openshift-4.16
4+
tag: rhel-9-release-golang-1.21-openshift-4.17

images/installer/Dockerfile.ci

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
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.16:installer-terraform-providers AS providers
4+
FROM registry.ci.openshift.org/ocp/4.17:installer-terraform-providers AS providers
55
# We copy from the -artifacts images because they are statically linked
6-
FROM registry.ci.openshift.org/ocp/4.16:installer-kube-apiserver-artifacts AS kas-artifacts
7-
FROM registry.ci.openshift.org/ocp/4.16:installer-etcd-artifacts AS etcd-artifacts
6+
FROM registry.ci.openshift.org/ocp/4.17:installer-kube-apiserver-artifacts AS kas-artifacts
7+
FROM registry.ci.openshift.org/ocp/4.17:installer-etcd-artifacts AS etcd-artifacts
88

9-
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.21-openshift-4.16 AS builder
9+
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.21-openshift-4.17 AS builder
1010
# FIPS support is offered via the baremetal-installer image
1111
ENV GO_COMPLIANCE_EXCLUDE=".*"
1212
ARG TAGS=""
@@ -20,7 +20,7 @@ RUN mkdir -p cluster-api/bin/$(go env GOOS)_$(go env GOHOSTARCH) && \
2020
RUN DEFAULT_ARCH="$(go env GOHOSTARCH)" hack/build.sh
2121
RUN go run -mod=vendor hack/build-coreos-manifest.go
2222

23-
FROM registry.ci.openshift.org/ocp/4.16:base-rhel9
23+
FROM registry.ci.openshift.org/ocp/4.17:base-rhel9
2424

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

0 commit comments

Comments
 (0)