Skip to content

Commit 8cc3ee9

Browse files
Merge branch 'add-nfs-diver' into driver-nfs
Signed-off-by: prateekpandey14 <[email protected]>
2 parents f16489e + cb7d61a commit 8cc3ee9

File tree

2,037 files changed

+941838
-102
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,037 files changed

+941838
-102
lines changed

pkg/nfs/dockerfile/Dockerfile renamed to Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM centos:7.4.1708
22

33
# Copy nfsplugin from build _output directory
4-
COPY nfsplugin /nfsplugin
4+
COPY _output/nfsplugin /nfsplugin
55

66
RUN yum -y install nfs-utils && yum -y install epel-release && yum -y install jq && yum clean all
77

0 commit comments

Comments
 (0)