From e6ccc6e5888c6026646b5d3cb21bb3a4272b0d27 Mon Sep 17 00:00:00 2001 From: Zhijiang Date: Fri, 21 Oct 2016 01:21:30 -0400 Subject: Automatically remove the container when it exits Change-Id: I7ce146ef4dc8717e782600750660dddf45e3047f Signed-off-by: Zhijiang --- ci/build_rpm/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ci/build_rpm/Dockerfile') 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 -- cgit 1.2.3-korg