File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ RUN make _build-manager BIN_PATH=build/_output/cmd
2525RUN make _build-sriov-network-operator-config-cleanup BIN_PATH=build/_output/cmd
2626
2727FROM nvcr.io/nvidia/doca/doca:3.0.0-base-rt-host
28+ USER 65532:65532
2829COPY --from=builder /go/src/github.com/k8snetworkplumbingwg/sriov-network-operator/build/_output/cmd/manager /usr/bin/sriov-network-operator
2930COPY --from=builder /go/src/github.com/k8snetworkplumbingwg/sriov-network-operator/build/_output/cmd/sriov-network-operator-config-cleanup /usr/bin/sriov-network-operator-config-cleanup
3031COPY bindata /bindata
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ COPY . .
2424RUN make _build-webhook BIN_PATH=build/_output/cmd
2525
2626FROM nvcr.io/nvidia/doca/doca:3.0.0-base-rt-host
27+ USER 65532:65532
2728LABEL io.k8s.display-name="sriov-network-webhook" \
2829 io.k8s.description="This is an admission controller webhook that mutates and validates customer resources of sriov network operator."
2930USER 1001
You can’t perform that action at this time.
0 commit comments