Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
travier opened this issue Nov 28, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@travier
Copy link

travier commented Nov 28, 2023

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:

@travier
Copy link
Author

travier commented Nov 28, 2023

Another option would be to make another "podman only" action.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant