summaryrefslogtreecommitdiffstats
path: root/test/schemas/test/execution-environment-v3.yml
blob: edc4fe2fc039ca74792303babbc5350a69b32b8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
version: 3

images:
  base_image:
    name: "quay.io/ansible/ansible-runner:stable-2.10-devel"

dependencies:
  galaxy: requirements.yml
  python: requirements.txt
  system: bindep.txt

additional_build_steps:
  prepend_base: |
    RUN whoami
    RUN cat /etc/os-release
  append_base:
    - RUN echo This is a post-install command!
    - RUN ls -la /etc