diff options
author | hchiramm <hchiramm@redhat.com> | 2015-06-23 14:57:48 +0530 |
---|---|---|
committer | hchiramm <hchiramm@redhat.com> | 2015-06-23 14:57:48 +0530 |
commit | 6a282a3fdd02b4ad133fc4320af18a06bbd99abc (patch) | |
tree | 8622e53cad9164132826ad913ed5a33bc1564cf0 /CentOS | |
parent | ebe2ffad4ec565fec66422bbe0dc8645e31b8af0 (diff) | |
download | gluster-6a282a3fdd02b4ad133fc4320af18a06bbd99abc.tar.gz gluster-6a282a3fdd02b4ad133fc4320af18a06bbd99abc.tar.bz2 gluster-6a282a3fdd02b4ad133fc4320af18a06bbd99abc.tar.xz gluster-6a282a3fdd02b4ad133fc4320af18a06bbd99abc.zip |
Upgrade gluster to 3.7 version.
Signed-off-by: hchiramm <hchiramm@redhat.com>
Diffstat (limited to 'CentOS')
-rw-r--r-- | CentOS/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CentOS/Dockerfile b/CentOS/Dockerfile index a43e13f..ae7ade1 100644 --- a/CentOS/Dockerfile +++ b/CentOS/Dockerfile @@ -24,7 +24,7 @@ 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 wget http://download.gluster.org/pub/gluster/glusterfs/3.6/LATEST/CentOS/glusterfs-epel.repo -O /etc/yum.repos.d/glusterfs-epel.repo +RUN wget http://download.gluster.org/pub/gluster/glusterfs/3.7/LATEST/CentOS/glusterfs-epel.repo -O /etc/yum.repos.d/glusterfs-epel.repo RUN yum -y update |