From 04a66a586cc90b2be310d2323d526e11c95ab258 Mon Sep 17 00:00:00 2001 From: zeyu zhu Date: Tue, 29 Nov 2016 20:09:59 +0800 Subject: Implement of build script in Escalator Change-Id: I1296eec05c59f253ee5ce73d2477825689997275 Signed-off-by: zeyu zhu --- ci/build_rpm/Dockerfile | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 ci/build_rpm/Dockerfile (limited to 'ci/build_rpm/Dockerfile') diff --git a/ci/build_rpm/Dockerfile b/ci/build_rpm/Dockerfile new file mode 100644 index 0000000..48e254f --- /dev/null +++ b/ci/build_rpm/Dockerfile @@ -0,0 +1,29 @@ +FROM centos:7 +LABEL escalator_image_version=1.0 +RUN yum -y update +RUN yum -y install centos-release-openstack-newton +RUN yum -y install \ + wget \ + coreutils \ + which \ + gawk \ + grep \ + git \ + intltool \ + make \ + rpm \ + rpm-build \ + python-sphinx \ + python2-oslo-sphinx \ + python2-oslo-messaging \ + python2-oslo-concurrency \ + python2-oslo-sphinx \ + python-devel \ + python-d2to1 \ + python-django-compressor \ + python-django-openstack-auth \ + python-django-pyscss \ + python-lesscpy \ + python-migrate \ + python-pint \ + python-routes -- cgit 1.2.3-korg