rm3l/Setup Containerized Podman
Sets up Podman using a containerized environment with Docker as the backend
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Mar 2, 2026
- License
- Apache 2.0
Pinned Snippet
uses: rm3l/setup-containerized-podman@7e2e9a2ddc2da87cbe754c0ed8975b7368388f56 # v2.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| podman-image | Podman container image to use | no | quay.io/podman/stable:v5 |
| compose-provider | Compose provider to install: docker-compose, podman-compose, or empty to skip | no | "" |
| docker-compose-version | Version of docker-compose to install (if compose-provider is docker-compose) | no | v5.0.1 |
| podman-compose-version | Version of podman-compose to install (if compose-provider is podman-compose) | no | v1.5.0 |
| env | Additional environment variables to pass to the Podman container (one per line, KEY=VALUE format) | no | "" |
| print-version | Print Podman and Compose versions after setup | no | false |
Outputs
| name | description |
|---|---|
| container-name | The name of the Podman container (use this for cleanup) |