From 1edaacf7358dfd71d28d73b9a4636154fbecd768 Mon Sep 17 00:00:00 2001 From: Boxiang Zhu Date: Wed, 19 Oct 2022 13:39:21 +0800 Subject: [PATCH] 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 --- container/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/container/Dockerfile b/container/Dockerfile index bcb54d6..614d6de 100644 --- a/container/Dockerfile +++ b/container/Dockerfile @@ -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