summaryrefslogtreecommitdiffstats
path: root/ci/build_rpm
diff options
context:
space:
mode:
authorzeyu zhu <zhu.zeyu@zte.com.cn>2016-12-05 11:02:42 +0800
committerzeyu zhu <zhu.zeyu@zte.com.cn>2016-12-05 11:02:49 +0800
commit595d0277d8ede560afde992614b4b9dcbd379ed1 (patch)
tree7ecfc72befe370526efb917e48a98e168db009ae /ci/build_rpm
parent53917cb499147b494fb488e945662535e01013a2 (diff)
Modify the OpenStack Software Repositories
Change-Id: Iad4bdef7c2b7f02776224b03cb55e5bd42d3cc71 Signed-off-by: zeyu zhu <zhu.zeyu@zte.com.cn>
Diffstat (limited to 'ci/build_rpm')
-rw-r--r--ci/build_rpm/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/build_rpm/Dockerfile b/ci/build_rpm/Dockerfile
index 3dffbe4a..f10d95e4 100644
--- a/ci/build_rpm/Dockerfile
+++ b/ci/build_rpm/Dockerfile
@@ -1,7 +1,7 @@
FROM centos:7
LABEL daisy_image_version=1.0
RUN yum -y update
-RUN yum -y install centos-release-openstack-mitaka
+RUN yum -y install centos-release-openstack-newton
RUN yum -y install \
wget \
coreutils \