csi-driver-nfs/Dockerfile
prateekpandey14 cb7d61a49d Update deployment files and Dockerfile
Signed-off-by: prateekpandey14 <prateekpandey14@gmail.com>
2019-02-07 19:53:29 +05:30

9 lines
228 B
Docker

FROM centos:7.4.1708
# Copy nfsplugin from build _output directory
COPY _output/nfsplugin /nfsplugin
RUN yum -y install nfs-utils && yum -y install epel-release && yum -y install jq && yum clean all
ENTRYPOINT ["/nfsplugin"]