From 9d221db69bba6701eb8de06939fbda8d8ecca7af Mon Sep 17 00:00:00 2001 From: Alex Yang Date: Tue, 23 May 2017 10:25:10 +0800 Subject: 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 --- docker/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docker') 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 \ -- cgit 1.2.3-korg