Fix Mistral source images to respect upper-constraints

Backport to all supported branches.

Change-Id: I4a13bbe959e3324f05d5cf78a3be2415eb2ba7ec
(cherry picked from commit 004d9eb5d5)
This commit is contained in:
Radosław Piliszek 2021-01-24 17:04:54 +01:00
parent fc0ebe07c2
commit 4413821347
2 changed files with 5 additions and 1 deletions

View File

@ -39,7 +39,7 @@ ADD plugins-archive /
] %}
RUN ln -s mistral-base-source/* mistral \
&& {{ macros.install_pip(mistral_base_pip_packages | customizable("pip_packages"), constraints = false) }} \
&& {{ macros.install_pip(mistral_base_pip_packages | customizable("pip_packages")) }} \
&& mkdir -p /etc/mistral \
&& cp -r /mistral/etc/* /etc/mistral/ \
&& chown -R mistral: /etc/mistral \

View File

@ -0,0 +1,4 @@
---
fixes:
- |
Fixes Mistral source images to respect upper-constraints.