freeze the OpenStack version for CentOS

This only applies to the builder made using the Dockerfile.

Change-Id: I8cf1485c41fb3b7c86f0a57732f0dfdd5a3a556b
This commit is contained in:
Vincent Llorens 2016-04-29 15:29:49 +02:00
parent 3433f08a68
commit 1989964add

View File

@ -1,6 +1,6 @@
FROM centos:7
MAINTAINER Vincent Llorens <vincent.llorens@cc.in2p3.fr>
RUN yum install -y https://rdoproject.org/repos/rdo-release.rpm \
RUN yum install -y https://repos.fedorapeople.org/repos/openstack/openstack-liberty/rdo-release-liberty-3.noarch.rpm \
rpm-build \
python-devel \
python-setuptools \