You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
Create an Execution environment that this collection can run on. Base idea is to get the functionality of quay.io/repository/podman/stable, as an execution environment. Whether that is using the base execution environment image and building on that, or taking the podman image and building the execution environment builds into it.
Steps to reproduce the issue:
Try to run any podman module/command on an Execution enviroment.
Describe the results you received:
Depending on how I build it, get either
podman run localhost/ee_tools ansible localhost -m ansible.builtin.shell -a 'podman images'
REPOSITORY TAG IMAGE ID CREATED SIZEtime="2021-10-07T20:03:22Z" level=warning msg="\"/\" is not a shared mount, this could cause issues or missing mounts with rootless containers"
time="2021-10-07T20:03:22Z" level=warning msg="using rootless single mapping into the namespace. This might break some images. Check /etc/subuid and /etc/subgid for adding sub*ids"
or
Errors were encountered while running the playbook:
ERROR! Invalid callback for stdout specified: awx_display...
[HINT] To see the full error message try ':stdout'
[HINT] After it's fixed, try to ':rerun' the playbook
Describe the results you expected:
things to work.
Additional information you deem important (e.g. issue happens only occasionally): This is the working dir where I've been storing info trying to do this, but thought this would be a good candidate for a collection to then store it in, or use it.
This may be out of the scope of whats is expected here, but thought it might be a good place to broach the subject.
The text was updated successfully, but these errors were encountered:
/kind feature
Description
Create an Execution environment that this collection can run on. Base idea is to get the functionality of quay.io/repository/podman/stable, as an execution environment. Whether that is using the base execution environment image and building on that, or taking the podman image and building the execution environment builds into it.
Steps to reproduce the issue:
Describe the results you received:
Depending on how I build it, get either
or
Describe the results you expected:
things to work.
Additional information you deem important (e.g. issue happens only occasionally):
This is the working dir where I've been storing info trying to do this, but thought this would be a good candidate for a collection to then store it in, or use it.
This may be out of the scope of whats is expected here, but thought it might be a good place to broach the subject.
The text was updated successfully, but these errors were encountered: