mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-13 02:33:34 +00:00
update ceph-csi to build and use a single docker image
currently, we have 3 docker files(cephcsi,rbd,cephfs) in the ceph-csi repo.
[commit ](85e121ebfe
)
added by John to build a single image which can act as rbd or
cephfs based on the input configuration.
This PR updates the makefile and kubernetes templates to use
the unified image and also its deletes the other two dockerfiles.
Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
committed by
mergify[bot]
parent
7599d42f1b
commit
2d560ba087
@ -1,4 +1,3 @@
|
||||
|
||||
FROM ceph/ceph:v14.2
|
||||
LABEL maintainers="Ceph-CSI Authors"
|
||||
LABEL description="Ceph-CSI Plugin"
|
||||
@ -7,8 +6,6 @@ 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
|
||||
RUN chmod +x $CSIBIN
|
||||
|
||||
ENTRYPOINT ["/usr/local/bin/cephcsi"]
|
||||
|
Reference in New Issue
Block a user