mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
deploy: create a new Dockerfile for unified cephcsi image
Signed-off-by: John Mulligan <jmulligan@redhat.com>
This commit is contained in:
parent
ffe2816cb5
commit
d969dada3e
14
deploy/cephcsi/image/Dockerfile
Normal file
14
deploy/cephcsi/image/Dockerfile
Normal file
@ -0,0 +1,14 @@
|
||||
|
||||
FROM ceph/ceph:v14.2
|
||||
LABEL maintainers="Ceph-CSI Authors"
|
||||
LABEL description="Ceph-CSI Plugin"
|
||||
|
||||
ENV CSIBIN=/usr/local/bin/cephcsi
|
||||
|
||||
COPY cephcsi $CSIBIN
|
||||
|
||||
RUN chmod +x $CSIBIN && \
|
||||
ln -sf $CSIBIN /usr/local/bin/cephcsi-rbd && \
|
||||
ln -sf $CSIBIN /usr/local/bin/cephcsi-cephfs
|
||||
|
||||
ENTRYPOINT ["/usr/local/bin/cephcsi"]
|
Loading…
Reference in New Issue
Block a user