Developers self hosting their Forgejo instances, or using another instance and need to setup an actions runner may find this new blog post useful 

We setup a forgejo runner with rootless podman in fedora!

https://blog.hachem.dev/setting-up-forgejo-runner-in-a-fedora-server-with-rootless-podman/

#Fedora42 #selfhosting #ForgejoActions #rootless #podman

Setting up Forgejo-runner in a Fedora server with rootless podman

Here we assume you are using a freshly setup Fedora 42 server without any extra packages installed. We also assume you have a working Forgejo server (or you are using an already existing one). First we download the required binaries following the official tutorial - we however modify the gpg

Hachem's Blog

@hachem Have you managed to build OCI images in your pipelines with those rootless containers?

I also happen to be using rootless containers for my runners (only for the workloads, not for the runner service itself)... and I'm struggling to find a way to do that in my pipelines.