Skip to content

Commit

Permalink
Merge pull request openshift#904 from SchSeba/fix-webhook-image-user
Browse files Browse the repository at this point in the history
OCPBUGS-31554: Fix webhook image user definition
  • Loading branch information
openshift-merge-bot[bot] authored Apr 2, 2024
2 parents 1a13bd6 + 3fa46c2 commit dfe258d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile.webhook.rhel7
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ LABEL io.k8s.display-name="OpenShift sriov-network-webhook" \
maintainer="Multus team <[email protected]>"
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"]

0 comments on commit dfe258d

Please sign in to comment.