File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ WORKDIR /go/src/github.com/openshift/kubernetes-nmstate
33COPY . .
44RUN GO111MODULE=on go build --mod=vendor -o build/_output/bin/manager ./cmd/handler/
55
6- FROM registry.ci.openshift.org/ocp/4.21:base-rhel9
6+ FROM registry.ci.openshift.org/ocp/4.21:base-rhel9-minimal
77
88RUN \
99 dnf -y update && \
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ WORKDIR /go/src/github.com/openshift/kubernetes-nmstate
33COPY . .
44RUN GO111MODULE=on go build --mod=vendor -o build/_output/bin/manager ./cmd/operator
55
6- FROM registry.ci.openshift.org/ocp/4.21:base-rhel9
6+ FROM registry.ci.openshift.org/ocp/4.21:base-rhel9-minimal
77
88COPY --from=builder /go/src/github.com/openshift/kubernetes-nmstate/build/_output/bin/manager /usr/bin/
99COPY deploy/crds/nmstate.io_nodenetwork*.yaml /bindata/kubernetes-nmstate/crds/
You can’t perform that action at this time.
0 commit comments