Currently the Ansible Runner is built using a Dockerfile and an OpenShift BuildConfig where the necessary system dependencies are needed. However, Ansible based dependencies are installed within each Tekton task.
Improve the process where Ansible dependencies are installed ahead of time instead of at runtime
Install dependencies during the image build
Build an Ansible Execution Environment image and produce it using the EE build process
Currently the Ansible Runner is built using a Dockerfile and an OpenShift BuildConfig where the necessary system dependencies are needed. However, Ansible based dependencies are installed within each Tekton task.
Improve the process where Ansible dependencies are installed ahead of time instead of at runtime