diff options
-rw-r--r-- | gluster-s3object/CentOS/docker-gluster-s3/Dockerfile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gluster-s3object/CentOS/docker-gluster-s3/Dockerfile b/gluster-s3object/CentOS/docker-gluster-s3/Dockerfile index fdfb0ec..66474e3 100644 --- a/gluster-s3object/CentOS/docker-gluster-s3/Dockerfile +++ b/gluster-s3object/CentOS/docker-gluster-s3/Dockerfile @@ -1,7 +1,7 @@ FROM centos:7 MAINTAINER Prashanth Pai <ppai@redhat.com> -# centos-release-openstack-kilo package resides in the extras repo. +# centos-release-openstack-newton package resides in the extras repo. # All subsequent actual packages come from the CentOS Cloud SIG repo: # http://mirror.centos.org/centos/7/cloud/x86_64/ @@ -11,7 +11,7 @@ MAINTAINER Prashanth Pai <ppai@redhat.com> LABEL architecture="x86_64" \ name="gluster/gluster-swift" \ - version="kilo" \ + version="newton" \ vendor="Red Hat, Inc" \ summary="This image has a running gluster-swift service ( centos 7 + gluster-swift)" \ io.k8s.display-name="gluster-swift based on centos 7" \ @@ -21,7 +21,7 @@ LABEL architecture="x86_64" \ RUN yum -v --setopt=tsflags=nodocs -y update && \ yum -v --setopt=tsflags=nodocs -y install \ - centos-release-openstack-kilo \ + centos-release-openstack-newton \ epel-release && \ yum -v --setopt=tsflags=nodocs -y install \ openstack-swift openstack-swift-{proxy,account,container,object,plugin-swift3} \ |