Skip to content

Commit

Permalink
Add non-root user (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
ambiknai authored Jul 26, 2021
1 parent 0907199 commit 494ad49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends nfs-common && \
RUN mkdir -p /home/ibm-csi-drivers/
ADD ibm-vpc-block-csi-driver /home/ibm-csi-drivers
RUN chmod +x /home/ibm-csi-drivers/ibm-vpc-block-csi-driver

USER 2121:2121

ENTRYPOINT ["/home/ibm-csi-drivers/ibm-vpc-block-csi-driver"]

0 comments on commit 494ad49

Please sign in to comment.