mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-13 10:33:35 +00:00
WIP cephfs CSI plugin
This commit is contained in:
13
deploy/cephfs/docker/Dockerfile
Normal file
13
deploy/cephfs/docker/Dockerfile
Normal 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
BIN
deploy/cephfs/docker/cephfsplugin
Executable file
Binary file not shown.
Reference in New Issue
Block a user