No description
Find a file
GregoryDosh 6c8bec7b39
All checks were successful
Build Image / Build Image (push) Successful in 5m24s
chore(deps): update dependency anchore/grype to v0.103.0 (#328)
Reviewed-on: #328
2025-11-04 12:17:56 +00:00
.forgejo/workflows chore(deps): update ghcr.io/catthehacker/ubuntu:act-latest docker digest to f4c13d5 2025-10-31 00:29:24 +00:00
.renovaterc.json5 feat(renovate): ignore ansible >11 for now 2024-12-15 14:19:48 -06:00
Dockerfile chore(deps): update dependency anchore/grype to v0.103.0 2025-11-04 12:17:56 +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.