Elektrine lite

← Feed

@hachem@infosec.exchange

Post #1012590

2025-10-24 11:24 UTC

Developers self hosting their Forgejo instances, or using another instance and need to setup an actions runner may find this new blog post useful :blobcatderpy: 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

Replies (1)

  • @castarco@hachyderm.io 2025-10-24 16:57

    @hachem@infosec.exchange 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.

    Open ##2693095