25 lines
671 B
YAML
25 lines
671 B
YAML
---
|
|
version: 3
|
|
images:
|
|
base_image:
|
|
name: quay.io/centos/centos:stream9
|
|
dependencies:
|
|
ansible_core:
|
|
package_pip: ansible-core==2.15.12
|
|
ansible_runner:
|
|
package_pip: ansible-runner
|
|
galaxy: requirements.yml
|
|
python: requirements.txt
|
|
system: bindep.txt
|
|
#additional_build_files:
|
|
# - src: monfichier
|
|
# dest: files/
|
|
additional_build_steps:
|
|
append_base:
|
|
- RUN dnf -y install git
|
|
- RUN $PYCMD -m pip install -U pip
|
|
append_final:
|
|
- COPY --from=quay.io/ansible/receptor:devel /usr/bin/receptor /usr/bin/receptor
|
|
- RUN mkdir -p /var/run/receptor
|
|
- RUN git lfs install --system
|
|
# - COPY _build/files/monfichier /chemin/dans/limage
|