diff --git a/deploy/cephcsi/image/Dockerfile b/deploy/cephcsi/image/Dockerfile index aeec79b7a..e064984a0 100644 --- a/deploy/cephcsi/image/Dockerfile +++ b/deploy/cephcsi/image/Dockerfile @@ -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