From 8c4208d12df0ce09435a25ed643025d3237140d7 Mon Sep 17 00:00:00 2001 From: Javier Romero Date: Thu, 15 Feb 2018 16:08:05 +0000 Subject: Update Dockerfile --- CentOS/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CentOS/Dockerfile b/CentOS/Dockerfile index 539936e..29d91a5 100644 --- a/CentOS/Dockerfile +++ b/CentOS/Dockerfile @@ -6,8 +6,8 @@ ENV container docker LABEL architecture="x86_64" \ name="gluster/gluster-centos" \ - version="3.10" \ - vendor="Red Hat, Inc" \ + version="3.12" \ + vendor="CentOS Community" \ summary="This image has a running glusterfs service ( CentOS 7 + Gluster 3.10)" \ io.k8s.display-name="Gluster 3.10 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." \ -- cgit v1.2.1 From 4a1e485a876242fab302dd02a606969f64dc350e Mon Sep 17 00:00:00 2001 From: Javier Romero Date: Fri, 16 Feb 2018 14:10:39 +0000 Subject: Update Dockerfile --- CentOS/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CentOS/Dockerfile b/CentOS/Dockerfile index 29d91a5..ac45282 100644 --- a/CentOS/Dockerfile +++ b/CentOS/Dockerfile @@ -8,8 +8,8 @@ LABEL architecture="x86_64" \ name="gluster/gluster-centos" \ version="3.12" \ vendor="CentOS Community" \ - summary="This image has a running glusterfs service ( CentOS 7 + Gluster 3.10)" \ - io.k8s.display-name="Gluster 3.10 based on CentOS 7" \ + summary="This image has a running glusterfs service ( CentOS 7 + Gluster 3.12)" \ + io.k8s.display-name="Gluster 3.12 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" -- cgit v1.2.1 From 5855a8faf050b618c98ea2ef6f62d71e725296ba Mon Sep 17 00:00:00 2001 From: Javier Romero Date: Fri, 16 Feb 2018 16:57:41 +0000 Subject: Update Dockerfile --- CentOS/Dockerfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CentOS/Dockerfile b/CentOS/Dockerfile index ac45282..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.12" \ + version="3.13" \ vendor="CentOS Community" \ - summary="This image has a running glusterfs service ( CentOS 7 + Gluster 3.12)" \ - io.k8s.display-name="Gluster 3.12 based on CentOS 7" \ + 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/*;\ -- cgit v1.2.1