On Thu, May 26, 2022 at 4:56 PM Scott McCarty <smccarty@redhat.com> wrote:
>
> 1. Make RHEL available as a runner at GitHub. This would justify investment in building #2
> 2. Create GitHub actions code for automation, which would live in the containers (aka Podman) community
> 3. Perhaps productize these as some sort of RHEL/UBI content which people could depend on Red Hat for. AKA, a productized version of #2.

Scott,

Nalin has  pointed out these GitHub Actions:

 https://github.com/redhat-actions/podman-login
 https://github.com/redhat-actions/buildah-build
 https://github.com/redhat-actions/push-to-registry

In the documentation for  https://github.com/redhat-actions/podman-login, there is this:

This action only runs on Linux, as it uses podman to perform the log in.
GitHub's Ubuntu action runners come with Podman preinstalled.
If you are not using those runners, you must first install Podman.

So from reading this, my understanding is that:

1.  GitHub Actions using podman and buildah do exist
2.  These GitHub Actions run on existing Github Ubuntu action runners
3.  These Actions are not dependent on RHEL

Is my understanding correct?
--
Craig