Skip to content

[FEATURE] Use podman as fallback for Containerfile/Dockerfile builds when buildah is unavailable #131

Open
@travier

Description

@travier

Is your feature request related to a problem? Please describe.

In some cases (see redhat-actions/push-to-registry#90), the version of podman installed by default in the Ubuntu 22.04 runners is too old.

To workaround this issue, we can use a custom image. Unfortunately, the podman upstream image does not include buildah (see containers/podman#20771), so we can not use it directly to both build and push an image using actions from this org.

Describe the solution you'd like

For Containerfile/Dockerfile builds, fallback to podman if buildah is not available.

Describe alternatives you've considered

Make a custom image that includes both: https://github.com/travier/podman-action

Additional context

See:

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions