Skip to content

Commit

Permalink
Merge pull request kubernetes-csi#15 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 e24c2ac + 014e2ae commit 0a9ccf6
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-attacher/bin/csi-attacher /usr/bin/
RUN useradd csi-attacher
USER csi-attacher
ENTRYPOINT ["/usr/bin/csi-attacher"]
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-attacher/bin/csi-attacher /usr/bin/
RUN useradd csi-attacher
USER csi-attacher
ENTRYPOINT ["/usr/bin/csi-attacher"]

0 comments on commit 0a9ccf6

Please sign in to comment.