From d6f1c938d8e2895c0e82fb42012406f5051b6ee1 Mon Sep 17 00:00:00 2001 From: Madhu Rajanna Date: Wed, 4 Sep 2019 15:34:30 +0530 Subject: [PATCH] comment yum update from dockerfile currently we are facing issue in building docker image,commenting yum update it fix it Signed-off-by: Madhu Rajanna --- deploy/cephcsi/image/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/cephcsi/image/Dockerfile b/deploy/cephcsi/image/Dockerfile index e064984a0..9d64f696d 100644 --- a/deploy/cephcsi/image/Dockerfile +++ b/deploy/cephcsi/image/Dockerfile @@ -3,7 +3,7 @@ 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 +#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