Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The Podman CLI is compatible with the Docker CLI, so I refactored the docker connector to create the Podman connector.
This enables users of distros which prefer Podman over Docker to test their deployments more easily.
The Podman connector works exactly like the docker connector, for example:
pyinfra @podman/fedora:42 dnf packages=uv
I copied the docker tests in
/tests/test_connectors/test_docker.py
for the Podman tests.However, I omitted the
/test/end-to-end/test_e2e_docker.py
tests since I don't know how they are supposed to be set up, and I don't have docker installed to run the tests.