From 3fa46c2ef25626ad9d49dde4019f8589a5ef147f Mon Sep 17 00:00:00 2001 From: Sebastian Sch Date: Sun, 31 Mar 2024 14:38:37 +0300 Subject: [PATCH] Fix webhook image user definition Signed-off-by: Sebastian Sch --- Dockerfile.webhook.rhel7 | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile.webhook.rhel7 b/Dockerfile.webhook.rhel7 index 8480554e8..633bd1827 100644 --- a/Dockerfile.webhook.rhel7 +++ b/Dockerfile.webhook.rhel7 @@ -10,4 +10,5 @@ LABEL io.k8s.display-name="OpenShift sriov-network-webhook" \ maintainer="Multus team " COPY --from=builder /go/src/github.com/k8snetworkplumbingwg/sriov-network-operator/build/_output/cmd/webhook /usr/bin/webhook ENV CLUSTER_TYPE=openshift +USER 1001 CMD ["/usr/bin/webhook"]