dockerfile: Fix controller upper constraints

It was pointing to a web rendering of the upper constraints
instead of the plain text ones that pip needs.

Closes-Bug: #1763752
Change-Id: I0d43da4df470074397029df84701850d15a12d43
This commit is contained in:
Antoni Segura Puimedon 2018-04-20 14:15:10 +00:00
parent 3d0ea50e0d
commit 50f588fa3f
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
FROM centos:7
LABEL authors="Antoni Segura Puimedon<toni@kuryr.org>, Vikas Choudhary<vichoudh@redhat.com>"
ARG UPPER_CONSTRAINTS_FILE="https://git.openstack.org/cgit/openstack/requirements/tree/upper-constraints.txt?h=stable/queens"
ARG UPPER_CONSTRAINTS_FILE="https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/queens"
ARG OSLO_LOCK_PATH=/var/kuryr-lock
RUN yum install -y epel-release https://rdoproject.org/repos/rdo-release.rpm \

View File

@ -1,7 +1,7 @@
FROM centos:7
LABEL authors="Antoni Segura Puimedon<toni@kuryr.org>, Vikas Choudhary<vichoudh@redhat.com>"
ARG UPPER_CONSTRAINTS_FILE="https://git.openstack.org/cgit/openstack/requirements/tree/upper-constraints.txt?h=stable/queens"
ARG UPPER_CONSTRAINTS_FILE="https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/queens"
COPY . /opt/kuryr-kubernetes