Skip to content

Commit

Permalink
Merge pull request kubernetes-csi#10 from jsafrane/fix-uid
Browse files Browse the repository at this point in the history
Bug 1734674: Don't run the sidecar container with specific UID
  • Loading branch information
openshift-merge-robot authored Jul 31, 2019
2 parents 09a381d + 7565bf0 commit 0efb72d
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-snapshotter/bin/csi-snapshotter /usr/bin/
RUN useradd csi-snapshotter
USER csi-snapshotter
ENTRYPOINT ["/usr/bin/csi-snapshotter"]
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-snapshotter/bin/csi-snapshotter /usr/bin/
RUN useradd csi-snapshotter
USER csi-snapshotter
ENTRYPOINT ["/usr/bin/csi-snapshotter"]

0 comments on commit 0efb72d

Please sign in to comment.