You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: