summaryrefslogtreecommitdiffstats
path: root/ci/build_rpm/Dockerfile
diff options
context:
space:
mode:
authorZhijiang <hu.zhijiang@zte.com.cn>2016-10-21 01:21:30 -0400
committerZhijiang <hu.zhijiang@zte.com.cn>2016-11-01 05:10:52 -0400
commite6ccc6e5888c6026646b5d3cb21bb3a4272b0d27 (patch)
tree03ac677d82bd779c1b63bf6dec084087806ecaa1 /ci/build_rpm/Dockerfile
parent833e122a1521dca06bf473b60b374eef9c1f47b6 (diff)
Automatically remove the container when it exits
Change-Id: I7ce146ef4dc8717e782600750660dddf45e3047f Signed-off-by: Zhijiang <hu.zhijiang@zte.com.cn>
Diffstat (limited to 'ci/build_rpm/Dockerfile')
-rw-r--r--ci/build_rpm/Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/build_rpm/Dockerfile b/ci/build_rpm/Dockerfile
index b46be32b..63ad0cb5 100644
--- a/ci/build_rpm/Dockerfile
+++ b/ci/build_rpm/Dockerfile
@@ -1,5 +1,5 @@
FROM centos
-
+LABEL daisy_image_version=1.0
RUN yum -y update
RUN yum -y install centos-release-openstack-mitaka
RUN yum -y install \
@@ -44,4 +44,4 @@ RUN yum -y install \
python-lesscpy \
python-migrate \
python-pint \
- python-routes \ No newline at end of file
+ python-routes