image-forgejo-runner/README.md
2024-06-20 09:51:52 -05:00

759 B

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.