Skip to content

Install Podman

Actions
Installs a fresh Podman version in your GitHub Actions workflow
v1.1.1
Latest
Star (3)

Logo

Install (update) Podman

Release version Build Status License

Composite GitHub Action installs a fresh Podman version in your GitHub Actions workflow. Only for Linux (runs-on: ubuntu-latest) runners.

Important

Since it was just an experiment to simplify fresh Podman installations in GitHub Actions, we no longer recommend using this action. Please refer to the official Podman documentation for installation instructions.

Usage

jobs:
  install-podman:
    runs-on: ubuntu-latest
    steps:
      - uses: gacts/install-podman@v1
        #with:
        #  kind: unstable # `testing` by default
        #  qemu: true # `false` by default

      - run: podman version

Tip: Use Dependabot to maintain your gacts/install-podman version updated in your GitHub workflows.

Support

Issues Issues

If you find any action errors - please, make an issue in the current repository.

License

This is open-sourced software licensed under the MIT License.

Install Podman is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Installs a fresh Podman version in your GitHub Actions workflow
v1.1.1
Latest

Install Podman is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.