Skip to content

Commit

Permalink
Merge pull request #14 from mkimuram/rem-csi-common
Browse files Browse the repository at this point in the history
Remove csi-common dependencies
  • Loading branch information
k8s-ci-robot committed Jun 14, 2019
2 parents 7e1cb80 + 8d49678 commit 14ebe07
Show file tree
Hide file tree
Showing 738 changed files with 58,065 additions and 72,355 deletions.
10 changes: 10 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
FROM centos:7.4.1708

# Copy iscsiplugin.sh
COPY iscsiplugin.sh /iscsiplugin.sh
# Copy iscsiplugin from build _output directory
COPY bin/iscsiplugin /iscsiplugin

RUN yum -y install iscsi-initiator-utils e2fsprogs xfsprogs && yum clean all

ENTRYPOINT ["/iscsiplugin.sh"]
Loading

0 comments on commit 14ebe07

Please sign in to comment.