Fix Mistral source images to respect upper-constraints
Backport to all supported branches. Change-Id: I4a13bbe959e3324f05d5cf78a3be2415eb2ba7ec
This commit is contained in:
parent
6fbae18f07
commit
004d9eb5d5
@ -41,7 +41,7 @@ ADD plugins-archive /
|
|||||||
] %}
|
] %}
|
||||||
|
|
||||||
RUN ln -s mistral-base-source/* mistral \
|
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 \
|
&& mkdir -p /etc/mistral \
|
||||||
&& cp -r /mistral/etc/* /etc/mistral/ \
|
&& cp -r /mistral/etc/* /etc/mistral/ \
|
||||||
&& chown -R mistral: /etc/mistral \
|
&& chown -R mistral: /etc/mistral \
|
||||||
|
@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
fixes:
|
||||||
|
- |
|
||||||
|
Fixes Mistral source images to respect upper-constraints.
|
Loading…
Reference in New Issue
Block a user