diff options
author | Humble Devassy Chirammal <humble.devassy@gmail.com> | 2017-11-06 12:33:29 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-06 12:33:29 +0000 |
commit | cc7676d2ea937060fc93dffaf32e8b7045224db1 (patch) | |
tree | 919bce07d61e403c2f6168a265dead9efa5be02b | |
parent | 12b5787c1f08c14657543ade591b2df7031619bd (diff) | |
parent | 8b1269007b24a94894360cc976f972f208d4b3a7 (diff) | |
download | gluster-cc7676d2ea937060fc93dffaf32e8b7045224db1.tar.gz gluster-cc7676d2ea937060fc93dffaf32e8b7045224db1.tar.bz2 gluster-cc7676d2ea937060fc93dffaf32e8b7045224db1.tar.xz gluster-cc7676d2ea937060fc93dffaf32e8b7045224db1.zip |
Merge pull request #57 from SaravanaStorageNetwork/upgrade_openstack
Upgrade to openstack-newton(from openstack-kilo)
-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} \ |