We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4452827 + a45e9ea commit 231deb0Copy full SHA for 231deb0
Dockerfile
@@ -1,8 +1,8 @@
1
-FROM centos:7.4.1708
+FROM centos:latest
2
3
# Copy nfsplugin from build _output directory
4
COPY bin/nfsplugin /nfsplugin
5
6
-RUN yum -y install nfs-utils && yum -y install epel-release && yum -y install jq && yum clean all
+RUN yum -y install nfs-utils epel-release jq && yum clean all
7
8
ENTRYPOINT ["/nfsplugin"]
0 commit comments