Files
loci/playbooks/pre-build.yaml
Vladimir Kozhukalov dd30388990 Mount requirements image
Docker build allows you to mount images during
build to get access to their contents.

Let's use this functionality and mount requirements
image instead of fetching wheels directly from a registry
or via http.

Depends-On: Id2b78dba5c99f38599345f16707683f3bde533e4
Change-Id: Ia9eaf8598d2ef05f2bdf54f51c42d1ec4e4383df
2025-05-23 09:12:01 -05:00

8 lines
121 B
YAML

- hosts: all
gather_facts: true
roles:
- ensure-python
- ensure-pip
- clear-firewall
- ensure-docker