fix: Use constraints file when build skyline image

We follow the constraints file of openstack constraints when
we build the skyline docker image.

Change-Id: I53ca823da45d56dd7a1b673cf3a0eda24467f39d
This commit is contained in:
Boxiang Zhu 2022-10-19 13:39:21 +08:00
parent 68e1a3cced
commit 1edaacf735

View File

@ -31,7 +31,7 @@ RUN export LANG=C.UTF-8 \
&& cd /skyline-apiserver \
&& git init \
&& cd / \
&& pip install skyline-apiserver/ \
&& pip install skyline-apiserver/ -chttps://releases.openstack.org/constraints/upper/master \
&& pip install -U ${SKYLINE_CONSOLE_PACKAGE_URL} \
&& apt-get clean \
&& rm -rf ~/.cache/pip