David Shrewsbury
David Shrewsbury
I would expect this since `ansible-builder` doesn't pass along environment variables to the `docker build` or `podman build` command that it runs via `subprocess` (see https://github.com/ansible/ansible-builder/blob/devel/ansible_builder/utils.py#L68). I don't consider this...
FYI, RPM Packaging Guide: https://rpm-packaging-guide.github.io
I think seeing some examples of how the other teams would expect (or like) to use builder in their processes (from execution on the command line, to anticipated output) might...
I'm not very familiar with AWX. You are able to set the interpreter in the `ansible.cfg` file, which can be specified in the EE definition file. Not sure if that...
I don't think we totally want to disable the sanitization feature (it will remove duplications), but we definitely need to update to understand some of the new pip features. An...
@dmsimard You may be interested in https://github.com/ansible/ansible-builder/pull/336
I've heard such requests before, to have builder start down the path of requirements conflict resolution. I don't think this is something we plan to do because pip already informs...
I'd be curious as to what folks actually expect of an EE def file contained _within_ a collection when it is used to build an EE. Is it expected to...
Could we not just use `python_requires`, discussed [here](https://packaging.python.org/en/latest/guides/distributing-packages-using-setuptools/#python-requires)?
PR #80 would take care of enabling the sanity tests after the code base is cleaned up.