summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHumble Devassy Chirammal <humble.devassy@gmail.com>2018-02-22 13:42:38 +0530
committerGitHub <noreply@github.com>2018-02-22 13:42:38 +0530
commit697965ec5f1a51eaf11c2c4ac7f8e3e7e36d0e5b (patch)
treeaea1708d71ec63d323e25d824212f08f44953263
parent2053c805fcf0e83955f84ee04fac3a3cc614232b (diff)
parent5855a8faf050b618c98ea2ef6f62d71e725296ba (diff)
downloadgluster-697965ec5f1a51eaf11c2c4ac7f8e3e7e36d0e5b.tar.gz
gluster-697965ec5f1a51eaf11c2c4ac7f8e3e7e36d0e5b.tar.bz2
gluster-697965ec5f1a51eaf11c2c4ac7f8e3e7e36d0e5b.tar.xz
gluster-697965ec5f1a51eaf11c2c4ac7f8e3e7e36d0e5b.zip
Merge pull request #66 from xavinux/gluster-3.13
Gluster 3.13
-rw-r--r--CentOS/Dockerfile10
1 files changed, 5 insertions, 5 deletions
diff --git a/CentOS/Dockerfile b/CentOS/Dockerfile
index 539936e..e211016 100644
--- a/CentOS/Dockerfile
+++ b/CentOS/Dockerfile
@@ -6,15 +6,15 @@ ENV container docker
LABEL architecture="x86_64" \
name="gluster/gluster-centos" \
- version="3.10" \
- vendor="Red Hat, Inc" \
- summary="This image has a running glusterfs service ( CentOS 7 + Gluster 3.10)" \
- io.k8s.display-name="Gluster 3.10 based on CentOS 7" \
+ version="3.13" \
+ vendor="CentOS Community" \
+ summary="This image has a running glusterfs service ( CentOS 7 + Gluster 3.13)" \
+ io.k8s.display-name="Gluster 3.13 based on CentOS 7" \
io.k8s.description="Gluster Image is based on CentOS Image which is a scalable network filesystem. Using common off-the-shelf hardware, you can create large, distributed storage solutions for media streaming, data analysis, and other data- and bandwidth-intensive tasks." \
description="Gluster Image is based on CentOS Image which is a scalable network filesystem. Using common off-the-shelf hardware, you can create large, distributed storage solutions for media streaming, data analysis, and other data- and bandwidth-intensive tasks." \
io.openshift.tags="gluster,glusterfs,glusterfs-centos"
-RUN yum --setopt=tsflags=nodocs -y update; yum install -y centos-release-gluster; yum clean all; \
+RUN yum --setopt=tsflags=nodocs -y update; yum install -y centos-release-gluster313; yum clean all; \
(cd /lib/systemd/system/sysinit.target.wants/; for i in *; do [ $i == systemd-tmpfiles-setup.service ] || rm -f $i; done); \
rm -f /lib/systemd/system/multi-user.target.wants/*;\
rm -f /etc/systemd/system/*.wants/*;\