summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaravanakumar Arumugam <sarumuga@redhat.com>2017-10-30 16:04:29 +0530
committerSaravanakumar Arumugam <sarumuga@redhat.com>2017-10-30 16:04:29 +0530
commit8b1269007b24a94894360cc976f972f208d4b3a7 (patch)
tree919bce07d61e403c2f6168a265dead9efa5be02b
parent12b5787c1f08c14657543ade591b2df7031619bd (diff)
downloadgluster-8b1269007b24a94894360cc976f972f208d4b3a7.tar.gz
gluster-8b1269007b24a94894360cc976f972f208d4b3a7.tar.bz2
gluster-8b1269007b24a94894360cc976f972f208d4b3a7.tar.xz
gluster-8b1269007b24a94894360cc976f972f208d4b3a7.zip
Upgrade to openstack-newton(from openstack-kilo)
Signed-off-by: Saravanakumar Arumugam <sarumuga@redhat.com>
-rw-r--r--gluster-s3object/CentOS/docker-gluster-s3/Dockerfile6
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} \