redhat-actions/Install Podman
Installs Podman on Linux, or a specific/latest version on Windows.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 2, 2026
- License
- Apache 2.0
Pinned Snippet
uses: redhat-actions/podman-install@aea6ff44f2a4a82da13d22061ce73443a125925d # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| ubuntu-version | The Ubuntu version codename for the Kubic repository. | no | 23.10 |
| ubuntu-repository | The Ubuntu distro source to use for podman, ie: questing, resolute, noble. Or use openSUSE's kubic repo | no | questing |
| allow-upgrade | Allow upgrade of the Ubuntu system, defaults to false | no | false |
| podman-version-input | Podman version for Windows. Use 'latest' or a specific version (e.g. '5.6.2'). | no | latest |
| install-scope | Installation scope for Windows MSI installer. Use 'user' for user-scope (no admin required) or 'machine' for machine-scope (requires admin privileges). | no | user |
| github-token | GitHub token to make authenticated API requests and avoid rate limiting. | no | — |
Outputs
no outputs