File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed 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.15 :installer-terraform-providers as providers
4+ FROM registry.ci.openshift.org/ocp/4.16 :installer-terraform-providers AS providers
55
6- FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.20-openshift-4.15 AS builder
6+ FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.20-openshift-4.16 AS builder
77ARG TAGS=""
88WORKDIR /go/src/github.com/openshift/installer
99COPY . .
@@ -12,7 +12,7 @@ RUN DEFAULT_ARCH="$(go env GOHOSTARCH)" hack/build.sh
1212RUN go run -mod=vendor hack/build-coreos-manifest.go
1313
1414
15- FROM registry.ci.openshift.org/ocp/4.15 :base
15+ FROM registry.ci.openshift.org/ocp/4.16 :base
1616COPY --from=builder /go/src/github.com/openshift/installer/bin/openshift-install /bin/openshift-install
1717COPY --from=builder /go/src/github.com/openshift/installer/bin/manifests/ /manifests/
1818RUN mkdir /output && chown 1000:1000 /output
You can’t perform that action at this time.
0 commit comments