---version:3build_arg_defaults:ANSIBLE_GALAXY_CLI_COLLECTION_OPTS:"--pre"dependencies:ansible_core:package_pip:ansible-core==2.15.9ansible_runner:package_pip:ansible-runner==2.3.6galaxy:collections:-awx.awx-ansible.posix-community.general-community.postgresql-community.mysql-community.mongodbpython:-six-psutil-et-et-xmlfile-openpyxl-xlrdsystem:-sqlite-openssh-clients-sshpass-mariadbimages:base_image:name:quay.io/centos/centos:stream9# Other available base images:# - quay.io/rockylinux/rockylinux:9# - quay.io/centos/centos:stream9# - registry.fedoraproject.org/fedora:38# - registry.redhat.io/ansible-automation-platform-23/ee-minimal-rhel8:latest# (needs an account)# additional_build_files:# - src: files/ansible.cfg# dest: configs# additional_build_steps:# prepend_base:# # Enable Non-default stream before packages provided by it can be installed. (optional)# - RUN $PKGMGR module enable postgresql:15 -y# - RUN $PKGMGR install -y postgresql# prepend_galaxy:# - ADD _build/configs/ansible.cfg ~/.ansible.cfg# prepend_final: |# RUN whoami# RUN cat /etc/os-release# append_final:# - RUN echo This is a post-install command!# - RUN ls -la /etc
---version:3build_arg_defaults:ANSIBLE_GALAXY_CLI_COLLECTION_OPTS:"--pre"dependencies:ansible_core:package_pip:Ansible-core==2.15.9ansible_runner:package_pip:Ansible-runner==2.3.6galaxy:collections:-AWX.AWX-Ansible.posix-community.general-community.PostgreSQL-community.MySQL-community.mongodbPython:-six-psutil-et-et-xmlfile-openpyxl-xlrdsystem:-sqlite-openssh-clients-sshpass-mariadbimages:base_image:name:quay.io/CentOS/CentOS:stream9# Other available base images:# - quay.io/rockylinux/rockylinux:9# - quay.io/centos/centos:stream9# - registry.fedoraproject.org/fedora:38# - registry.redhat.io/ansible-automation-platform-23/ee-minimal-rhel8:latest# (needs an account)# 1. additional_build_files:# 2. - src: files/ansible.cfg# 3. dest: configs# 4. additional_build_steps:# 5. prepend_base:# 6. # 6. Enable Non-default stream before packages provided by it can be installed. (optional)# 7. - RUN $PKGMGR module enable postgresql:15 -y# 8. - RUN $PKGMGR install -y postgresql# 9. prepend_galaxy:# 10. - ADD _build/configs/ansible.cfg ~/.ansible.cfg# 11. prepend_final: |# 12. RUN whoami# 13. RUN cat /etc/os-release# 14. append_final:# 15. - RUN echo This is a post-install command!# 16. - RUN ls -la /etc