mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
Fix the vulnarabilities in the image.
Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
This commit is contained in:
parent
8fddb53931
commit
6950ad468f
@ -2,6 +2,8 @@ FROM ceph/ceph:v14.2
|
||||
LABEL maintainers="Ceph-CSI Authors"
|
||||
LABEL description="Ceph-CSI Plugin"
|
||||
|
||||
# Removing ceph-iscsi repo to workaround the repo issue while upgrading
|
||||
RUN rm -f /etc/yum.repos.d/ceph-iscsi.repo && yum -y update && yum clean all
|
||||
ENV CSIBIN=/usr/local/bin/cephcsi
|
||||
|
||||
COPY cephcsi $CSIBIN
|
||||
|
Loading…
Reference in New Issue
Block a user