File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
images/installer-altinfra Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
1616ENV GO_COMPLIANCE_EXCLUDE=".*"
1717ARG TAGS="altinfra"
@@ -26,7 +26,7 @@ RUN DEFAULT_ARCH="$(go env GOHOSTARCH)" hack/build.sh
2626RUN 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
3030COPY --from=builder /go/src/github.com/openshift/installer/bin/openshift-install /bin/openshift-install
3131COPY --from=builder /go/src/github.com/openshift/installer/bin/manifests/ /manifests/
3232RUN mkdir /output && chown 1000:1000 /output
You can’t perform that action at this time.
0 commit comments