Open austlane opened 6 months ago
@austlane this is awesome, is this PR ready?
@austlane this is awesome, is this PR ready?
This PR works as-is 👍 But I'd imagine it shouldn't be merged until ansible/ansible-builder#664 is merged into ansible-builder, depending directly on a PR seems hacky. I'll rebase when it's merged and remove my changes to requirements.txt.
I'll be rebasing this PR now that https://github.com/ansible/awx-ee/pull/207 has been merged 👍
I still think this approach is worth consideration to keep the EE light / avoid shipping two Pythons.
EDIT: Rebased :)
This PR switches the base image to
centos:stream9-minimal
which usesmicrodnf
and does not bundle Python3.9, allowing us to ship a final image without Python 3.9 installed at all.Also removes
subversion
, as it hard-depends uponpython3.9
, no love lost.This is another take on https://github.com/ansible/awx-ee/pull/207 and https://github.com/ansible/awx-ee/pull/244EDIT: Rebased after https://github.com/ansible/awx-ee/pull/207 was merged.EDIT: https://github.com/ansible/ansible-builder/pull/664 has been merged. This PR is ready for review.