Skip to content

Commit 16fcde3

Browse files
author
AOS Automation Release Team
committed
Updating ose-installer-altinfra-container image to be consistent with ART for 4.17
Reconciling with https://github.com/openshift/ocp-build-data/tree/0a1310d4df1f00e3e218da6e356585997c7c0178/images/ose-installer-altinfra.yml
1 parent 8310b10 commit 16fcde3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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-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)