David Shrewsbury
David Shrewsbury
Closing as we do not intend to implement conflict resolution for requirements.
I believe the latest ansible-builder 3.0 release should provide all the mechanisms you need to do the things you want now. No builder image is required (or even accepted). All...
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...
I believe there are a couple of inventory related fixes we should backport to 2.3. I'll put those on my list for the next release (no timeframe as of yet).
You should find this fix now in the latest release (2.4).
Just as an FYI, I tried this change locally and it looks like it requires the plugin to call `set_options()` before the deprecation message will appear. Many of our builtin...
I've been experimenting with an option to pass extra arguments through to `podman build` (or `docker build`) command. https://github.com/ansible/ansible-builder/pull/677 It's mostly there, I just need to find some time to...
Hello @djgoosen. In the future, it's better to open a new issue than to comment on a closed PR since we may not always notice these types of comments. The...
We expect this to be handled in the 3.1 release.
I kinda have a feeling this might break pexpect and passwords (not sure we have testing mechanisms set up for that). Someone will have to dig into that aspect and...