diff options
author | Humble Devassy Chirammal <humble.devassy@gmail.com> | 2016-06-24 14:47:58 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-24 14:47:58 +0530 |
commit | bae53277b1116aa544a6e84e277a8b649a9fe611 (patch) | |
tree | 1c5b1dcb5981996c3ef8605e2168ff358a6072e2 | |
parent | 66607e51a23b8093e5736e8f21896028078506b2 (diff) | |
parent | 338afd2f27c503b3ea4e2d0d8e1fcd0bf8c5b651 (diff) | |
download | gluster-bae53277b1116aa544a6e84e277a8b649a9fe611.tar.gz gluster-bae53277b1116aa544a6e84e277a8b649a9fe611.tar.bz2 gluster-bae53277b1116aa544a6e84e277a8b649a9fe611.tar.xz gluster-bae53277b1116aa544a6e84e277a8b649a9fe611.zip |
Merge pull request #17 from MohamedAshiqrh/master
update Dockerfile based on https://wiki.centos.org/SpecialInterestGroup/Storage
-rw-r--r-- | CentOS/Dockerfile | 3 |
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; |