WIP cephfs CSI plugin

This commit is contained in:
gman
2018-03-05 12:59:47 +01:00
parent c4d775953b
commit 1c1b0eab1e
30 changed files with 1117 additions and 9 deletions

View File

@ -0,0 +1,13 @@
FROM ubuntu:16.04
LABEL maintainers="Kubernetes Authors"
LABEL description="CephFS CSI Plugin"
ENV CEPH_VERSION "luminous"
RUN apt-get update && \
apt-get install -y ceph-fuse attr && \
apt-get autoremove
COPY cephfsplugin /cephfsplugin
RUN chmod +x /cephfsplugin
ENTRYPOINT ["/cephfsplugin"]

BIN
deploy/cephfs/docker/cephfsplugin Executable file

Binary file not shown.