David Shrewsbury
David Shrewsbury
I know that in newer version of the ADT container, they made some changes to how they built that container that allows `ansible-builder` to work within the podman-in-podman environment. I'm...
Those plugin projects were created as examples by the original authors of `ansible-runner` and are not a part of the "official" runner product. I actually have no idea if they...
I'd say modifying the event is fairly dangerous to do. There's not a great way to control the stdout output at this time, but may be something we can change...
FWIW, this PR still allows use of `-r` or `--requirement` within the requirements file (we handle that option by recursively including file contents before handing off to `pip`). One of...
Thanks for the contribution! Unfortunately, we don't really support Windows for builder, and do not have any testing for that platform in our CI. There are currently no plans to...
Is this something we still want?
FYI, you had already created https://github.com/ansible/ansible-builder/issues/553 for capturing some of your ideas around some of this.
Do you have a firewall enabled that might prevent the download? This seems like an issue independent of builder, so I'd try running the `ansible-galaxy` command manually to attempt to...
There is no built-in mechanism to builder to explicitly _ignore_ a Python requirement. I will note that the `openshift-clients` package doesn't seem to be a thing on PyPI: https://pypi.org/project/openshift-clients However,...
Ah, this is a bindep dependency, not Python, as I had assumed. Looking at the internal issues, I don't see any suggested, good resolution. But, IMO, this does seem to...