File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
images/installer-altinfra Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 77# solutions. Once all providers have alternate implementations, this image will
88# not be needed.
99
10- FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.20-openshift-4.15 AS builder
10+ FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.20-openshift-4.16 AS builder
1111ARG TAGS="altinfra"
1212WORKDIR /go/src/github.com/openshift/installer
1313COPY . .
1414RUN DEFAULT_ARCH="$(go env GOHOSTARCH)" hack/build.sh
1515RUN go run -mod=vendor hack/build-coreos-manifest.go
1616
1717
18- FROM registry.ci.openshift.org/ocp/4.15 :base
18+ FROM registry.ci.openshift.org/ocp/4.16 :base
1919COPY --from=builder /go/src/github.com/openshift/installer/bin/openshift-install /bin/openshift-install
2020COPY --from=builder /go/src/github.com/openshift/installer/bin/manifests/ /manifests/
2121RUN mkdir /output && chown 1000:1000 /output
You can’t perform that action at this time.
0 commit comments