awx-ee-custom/execution-environment.yml
2021-05-19 20:22:08 +08:00

15 lines
394 B
YAML

---
version: 1
dependencies:
galaxy: _build/requirements.yml
system: _build/bindep.txt
additional_build_steps:
append:
- RUN alternatives --set python /usr/bin/python3
- COPY --from=quay.io/project-receptor/receptor:0.9.7 /usr/bin/receptor /usr/bin/receptor
- RUN mkdir -p /var/run/receptor
- ADD run.sh /run.sh
- CMD /run.sh
- USER 1000
- RUN git lfs install