Skip to content
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

Buildah to connect to remote podman #3552

Closed
TomasTomecek opened this issue Sep 29, 2021 · 3 comments
Closed

Buildah to connect to remote podman #3552

TomasTomecek opened this issue Sep 29, 2021 · 3 comments

Comments

@TomasTomecek
Copy link
Contributor

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

@rhatdan
Copy link
Member

rhatdan commented Sep 29, 2021

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.

@rhatdan rhatdan closed this as completed Sep 29, 2021
@rhatdan
Copy link
Member

rhatdan commented Sep 29, 2021

I am closing but we can continue the conversation here.

@TomasTomecek
Copy link
Contributor Author

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 3, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants