No description
|
Some checks failed
Build Image / Build Image (pull_request) Failing after 2m18s
|
||
|---|---|---|
| .forgejo/workflows | ||
| .renovaterc.json5 | ||
| Dockerfile | ||
| LICENSE.md | ||
| README.md | ||
| shell.nix | ||
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
stepcli is for bootstrapping into the Homelab PKI for SSL/TLS trust as much as possible.
- The
-
Poetry
- Many of the Forgejo actions playbooks make use of
ansibleor other tools which in-turn rely on other dependencies to be installed.poetryis used to reliably install those deps/subdeps but in this installation step we can version control Poetry too.
- Many of the Forgejo actions playbooks make use of