No description
Find a file
Renovate[BOT] 9153e1da7d
Some checks failed
Build Image / Build Image (pull_request) Failing after 2m18s
chore(deps): update ghcr.io/catthehacker/ubuntu:act-latest docker digest to 8943e69
2025-11-04 12:19:12 +00:00
.forgejo/workflows chore(deps): update ghcr.io/catthehacker/ubuntu:act-latest docker digest to 8943e69 2025-11-04 12:19:12 +00:00
.renovaterc.json5 feat(renovate): ignore ansible >11 for now 2024-12-15 14:19:48 -06:00
Dockerfile chore(deps): update ghcr.io/catthehacker/ubuntu:act-latest docker digest to 8943e69 2025-11-04 12:19:12 +00:00
LICENSE.md feat!: removing old named image in favor of a consistency sweep with other images 2024-06-20 09:51:52 -05:00
README.md feat!: removing old named image in favor of a consistency sweep with other images 2024-06-20 09:51:52 -05:00
shell.nix fix: drop ansible version, add alsa headers for sound dev in automidically (#139) 2024-11-24 22:25:23 +00:00

Forgejo Runner Images

The goal of this repository is to build the various OCI compliant images required by host-forgejo-runner in as deterministic of a way as possible. This is more aspirational than anything, so this is an experiment in progress.

Bits of software installed:

  • Step CLI

    • The step cli is for bootstrapping into the Homelab PKI for SSL/TLS trust as much as possible.
  • Poetry

    • Many of the Forgejo actions playbooks make use of ansible or other tools which in-turn rely on other dependencies to be installed. poetry is used to reliably install those deps/subdeps but in this installation step we can version control Poetry too.