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
No. This will not happen, podman-remote build does pretty much what you want, though.
Or you could just tar up the context directory and Containerfiles and send them to the host and execute buildah there.
Okay, that makes sense. I think then ansible-bender should also be able to work with podman and especially talk to the REST API so people don't need to run containers on their workstations if the technology is not available there.
Overall I'd still prefer if buildah did the remote execution for me but I understand the design decision.
Description
Would it be possible for buildah to connect to remote podman which would handle execution and management of the containers?
This way we could have container support where container execution is not available (e.g. Windows)
Context: ansible-community/ansible-bender#259
The text was updated successfully, but these errors were encountered: