mirror of
https://git.mirrors.martin98.com/https://github.com/ceph/ceph-csi.git
synced 2025-10-22 07:31:08 +08:00
9 lines
220 B
Docker
9 lines
220 B
Docker
FROM centos:7.4.1708
|
|
|
|
# Copy nfsplugin from build _output directory
|
|
COPY nfsplugin /nfsplugin
|
|
|
|
RUN yum -y install nfs-utils && yum -y install epel-release && yum -y install jq && yum clean all
|
|
|
|
ENTRYPOINT ["/nfsplugin"]
|