summaryrefslogtreecommitdiffstats
path: root/CentOS
diff options
context:
space:
mode:
authorMohamed Ashiq Liyazudeen <mliyazud@redhat.com>2016-06-24 14:35:43 +0530
committerMohamed Ashiq Liyazudeen <mliyazud@redhat.com>2016-06-24 14:35:43 +0530
commit338afd2f27c503b3ea4e2d0d8e1fcd0bf8c5b651 (patch)
tree1c5b1dcb5981996c3ef8605e2168ff358a6072e2 /CentOS
parent8578f5f3f4ae3f7b846e1a000f46838cb4cf46bf (diff)
downloadgluster-338afd2f27c503b3ea4e2d0d8e1fcd0bf8c5b651.tar.gz
gluster-338afd2f27c503b3ea4e2d0d8e1fcd0bf8c5b651.tar.bz2
gluster-338afd2f27c503b3ea4e2d0d8e1fcd0bf8c5b651.tar.xz
gluster-338afd2f27c503b3ea4e2d0d8e1fcd0bf8c5b651.zip
update Dockerfile on https://wiki.centos.org/SpecialInterestGroup/Storage
Signed-off-by: Mohamed Ashiq Liyazudeen <mliyazud@redhat.com>
Diffstat (limited to 'CentOS')
-rw-r--r--CentOS/Dockerfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/CentOS/Dockerfile b/CentOS/Dockerfile
index f2781db..bb4b333 100644
--- a/CentOS/Dockerfile
+++ b/CentOS/Dockerfile
@@ -15,9 +15,8 @@ rm -f /lib/systemd/system/sockets.target.wants/*initctl*; \
rm -f /lib/systemd/system/basic.target.wants/*;\
rm -f /lib/systemd/system/anaconda.target.wants/*;
-RUN yum --setopt=tsflags=nodocs -y install wget nfs-utils attr iputils iproute
+RUN yum --setopt=tsflags=nodocs -y install wget nfs-utils attr iputils iproute centos-release-gluster
-RUN wget http://download.gluster.org/pub/gluster/glusterfs/LATEST/EPEL.repo/glusterfs-epel.repo -O /etc/yum.repos.d/glusterfs-epel.repo
RUN wget http://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm; rpm -ivh epel-release-latest-7.noarch.rpm; rm epel-release-latest-7.noarch.rpm;
RUN yum --setopt=tsflags=nodocs -y install openssh-server openssh-clients ntp rsync tar cronie sudo xfsprogs glusterfs glusterfs-server glusterfs-geo-replication;yum clean all;