File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11build_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
Original file line number Diff line number Diff line change 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
1111ENV GO_COMPLIANCE_EXCLUDE=".*"
1212ARG TAGS=""
@@ -20,7 +20,7 @@ RUN mkdir -p cluster-api/bin/$(go env GOOS)_$(go env GOHOSTARCH) && \
2020RUN DEFAULT_ARCH="$(go env GOHOSTARCH)" hack/build.sh
2121RUN 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
2525COPY --from=builder /go/src/github.com/openshift/installer/bin/openshift-install /bin/openshift-install
2626COPY --from=builder /go/src/github.com/openshift/installer/bin/manifests/ /manifests/
You can’t perform that action at this time.
0 commit comments