Skip to content

Commit

Permalink
Don't run the sidecar container with specific UID
Browse files Browse the repository at this point in the history
Let the pod decide.
  • Loading branch information
jsafrane committed Jul 31, 2019
1 parent fd2a133 commit f4f653e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions Dockerfile.openshift
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,4 @@ RUN make build

FROM registry.svc.ci.openshift.org/openshift/origin-v4.0:base
COPY --from=builder /go/src/github.com/kubernetes-csi/external-provisioner/bin/csi-provisioner /usr/bin/
RUN useradd csi-provisioner
USER csi-provisioner
ENTRYPOINT ["/usr/bin/csi-provisioner"]
2 changes: 0 additions & 2 deletions Dockerfile.openshift.rhel7
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,4 @@ RUN make build

FROM registry.svc.ci.openshift.org/ocp/4.0:base
COPY --from=builder /go/src/github.com/kubernetes-csi/external-provisioner/bin/csi-provisioner /usr/bin/
RUN useradd csi-provisioner
USER csi-provisioner
ENTRYPOINT ["/usr/bin/csi-provisioner"]

0 comments on commit f4f653e

Please sign in to comment.