File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change 88RUN DEFAULT_ARCH="$(go env GOHOSTARCH)" hack/build.sh
99RUN DEFAULT_ARCH="$(go env GOHOSTARCH)" hack/build-node-joiner.sh
1010
11- FROM registry.ci.openshift.org/ocp/4.16:cli-artifacts AS tools
12-
1311FROM registry.ci.openshift.org/ocp/4.16:base
1412COPY --from=builder /go/src/github.com/openshift/installer/bin/openshift-install /bin/openshift-install
1513
@@ -20,8 +18,7 @@ RUN dnf upgrade -y && \
2018
2119# node-joiner requirements
2220COPY --from=builder /go/src/github.com/openshift/installer/bin/node-joiner /bin/node-joiner
23- COPY --from=tools /usr/bin/oc /bin/oc
24- RUN dnf install -y nmstate
21+ RUN dnf install -y nmstate openshift-clients
2522
2623RUN mkdir /output && chown 1000:1000 /output
2724USER 1000:1000
Original file line number Diff line number Diff line change @@ -13,14 +13,9 @@ COPY --from=providers /go/src/github.com/openshift/installer/terraform/bin/ terr
1313RUN DEFAULT_ARCH="$(go env GOHOSTARCH)" hack/build.sh
1414RUN go run -mod=vendor hack/build-coreos-manifest.go
1515
16- FROM registry.ci.openshift.org/ocp/4.16:cli-artifacts AS tools
17-
1816FROM registry.ci.openshift.org/ocp/4.16:base
1917COPY --from=builder /go/src/github.com/openshift/installer/bin/openshift-install /bin/openshift-install
2018COPY --from=builder /go/src/github.com/openshift/installer/bin/manifests/ /manifests/
21- # Required to run agent-based installer from the container
22- COPY --from=tools /usr/bin/oc /bin/oc
23- RUN dnf install -y nmstate
2419
2520RUN mkdir /output && chown 1000:1000 /output
2621USER 1000:1000
You can’t perform that action at this time.
0 commit comments