ansible / awx-ee

An Ansible execution environment for AWX project
https://quay.io/ansible/awx-ee
Other
129 stars 151 forks source link

Pin EE dependencies from github #201

Closed austlane closed 1 year ago

austlane commented 1 year ago

This will safeguard against future changes to the ansible build system upstream.

Pins ansible-runner dependencies to tag 2.3.2. https://github.com/ansible/ansible-runner/tree/2.3.2

Pins python-builder-image dependencies to commit 847e1280be7734f9e18ee113458be2f539586016. https://github.com/ansible/python-builder-image/commit/847e1280be7734f9e18ee113458be2f539586016

Closes #199

austlane commented 1 year ago

This can be merged as a stopgap to fix #199 until the overhaul in PR https://github.com/ansible/awx-ee/pull/200 is completed