-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support PIP_OPTs for python-builder-image #211
Comments
How would users pass this option to ansible-builder? Would it be in the execution environment definition? |
I imagined it working the same way we did the galaxy opts setting |
so a build arg. The assemble script also takes, in some sense, CONSTRAINTS, PACKAGES, and others. I don't fully understand those options. In my imagination, this would follow an |
@AlanCoding @Shrews I created a PR that will add this param. In the PR I wrote why we need this tipe of arg Thanks |
I'm going to go ahead and close this. We just merged support for a new EE format that has features that would allow you highly customize any of the builder build phases (e.g., the new |
We added support to python-builder-image, which allows a user to pass pip options via PIP_OPTs:
ansible/python-builder-image#34
In the case of downstream builds, we set --no-build-isolation for reproducible builds. Additionally, it would allow upstream users to pass:
--no-binary :all:
Which disabled use of pre-compiled wheels, again getting upstream builds closer to downstream / offline supported.
The text was updated successfully, but these errors were encountered: