David Shrewsbury

Results 55 comments of David Shrewsbury

Side note: the `--ipc` option is generated _only_ when using the `run_command()` or `run_command_async()` API calls. Not generated via the `run()` API call, AFAICT.

I'll take a look at this shortly. Thanks for keeping it updated.

Come to think of it, I think we could wrap both of these new options up in a more generic --extra-cli-opts argument (or similar) that we just pass through to...

I was able to quickly hack up a proof of concept for my suggestion, with a working test proving that secrets work in PR #677. I may need to clean...

A new execution environment format (version 3) has just been merged to the `devel` branch that will support this. In addition to being able to specify commands to run before...

@laurent-indermuehle A couple of things: The last example (using `xxxxxx-synclist` in the URL) looks correct to me. I'm having to make assumptions about your EE definition file, but try these...

So, I have verified that this works correctly with `ansible-builder` version `3.0`. Below is the EE that I used: ``` --- version: 3 images: base_image: name: registry.redhat.io/ansible-automation-platform-23/ee-minimal-rhel8:latest build_arg_defaults: ANSIBLE_GALAXY_CLI_COLLECTION_OPTS: '-vvv'...

@laurent-indermuehle We don't build that base image so I can't tell you anything about it. Considering that the error you showed in the previous comment mentions a `explicit_requirement_redhat.rhel_system_roles` collection that...

A new version of builder is due to be released within the next few weeks that will have new features that should allow you to accomplish what you need here...

Appreciate the kudos! @ryanmerolle You may be interested in https://github.com/ansible/ansible-builder/issues/493 as the issue above seems like something that builder may not have control over... and don't get me started on...