Skip to content

Commit a4152b5

Browse files
committed
Restore forked Dockerfile version (remove USER directive from upstream)
1 parent d99aa9f commit a4152b5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ RUN make _build-manager BIN_PATH=build/_output/cmd && \
55
make _build-sriov-network-operator-config-cleanup BIN_PATH=build/_output/cmd
66

77
FROM quay.io/centos/centos:stream9
8-
USER 65532:65532
98
COPY --from=builder /go/src/github.com/k8snetworkplumbingwg/sriov-network-operator/build/_output/cmd/manager /usr/bin/sriov-network-operator
109
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
1110
COPY bindata /bindata

0 commit comments

Comments
 (0)