We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d99aa9f commit a4152b5Copy full SHA for a4152b5
Dockerfile
@@ -5,7 +5,6 @@ RUN make _build-manager BIN_PATH=build/_output/cmd && \
5
make _build-sriov-network-operator-config-cleanup BIN_PATH=build/_output/cmd
6
7
FROM quay.io/centos/centos:stream9
8
-USER 65532:65532
9
COPY --from=builder /go/src/github.com/k8snetworkplumbingwg/sriov-network-operator/build/_output/cmd/manager /usr/bin/sriov-network-operator
10
COPY --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
11
COPY bindata /bindata
0 commit comments