You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
The text was updated successfully, but these errors were encountered: