Setup Containerized Podman
Version updated for https://github.com/rm3l/setup-containerized-podman to version v2.0.0.
- This action is used across all versions by 1 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action sets up Podman in a containerized environment using Docker as the backend, enabling seamless use of the latest Podman version on GitHub Actions runners. It automates the setup and orchestration of Podman and compose tools while avoiding compatibility issues with host libraries. Key capabilities include command proxying, persistent container management, and support for both Docker Compose and Podman Compose workflows.
Release notes
What’s Changed
- fix: download the right binaries for the right arch by @rm3l in https://github.com/rm3l/setup-containerized-podman/pull/1
New Contributors
- @rm3l made their first contribution in https://github.com/rm3l/setup-containerized-podman/pull/1
Full Changelog: https://github.com/rm3l/setup-containerized-podman/compare/v1...v2.0.0