diff options
author | Javier Romero <xavinux@gmail.com> | 2018-02-15 16:08:05 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-15 16:08:05 +0000 |
commit | 8c4208d12df0ce09435a25ed643025d3237140d7 (patch) | |
tree | c5c7ab3e24fd78d87e5f1924702ee53701714fc6 /CentOS | |
parent | 2053c805fcf0e83955f84ee04fac3a3cc614232b (diff) | |
download | gluster-8c4208d12df0ce09435a25ed643025d3237140d7.tar.gz gluster-8c4208d12df0ce09435a25ed643025d3237140d7.tar.bz2 gluster-8c4208d12df0ce09435a25ed643025d3237140d7.tar.xz gluster-8c4208d12df0ce09435a25ed643025d3237140d7.zip |
Update Dockerfile
Diffstat (limited to 'CentOS')
-rw-r--r-- | CentOS/Dockerfile | 4 |
1 files 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." \ |