summaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authorAlex Yang <yangyang1@zte.com.cn>2017-05-23 10:25:10 +0800
committerAlex Yang <yangyang1@zte.com.cn>2017-05-23 14:18:26 +0800
commit9d221db69bba6701eb8de06939fbda8d8ecca7af (patch)
treec4200a9e52e176d702875db63a4127b4a22cf4d3 /docker
parentbfacd100e576a50be19447f7c1b6cea2ac55ebd0 (diff)
support ocata openstack, keep up with the upstream
The upstream openstack/daisycloud-core supports ocata openstack now. https://review.openstack.org/#/c/465410/ Change-Id: I14825c80cdd2297e5b0df3680f30fa5c32de3cc4 Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
Diffstat (limited to 'docker')
-rw-r--r--docker/Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile
index 06002bff..47077c75 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -1,9 +1,9 @@
FROM centos:7
-LABEL daisy_image_version=1.0
+LABEL daisy_image_version=1.1
ARG BRANCH
ENV BRANCH=${BRANCH:-master}
RUN yum -y update
-RUN yum -y install centos-release-openstack-newton
+RUN yum -y install centos-release-openstack-ocata
RUN yum -y install \
wget \
coreutils \