Build forgejo-runner container locally via native Dagger pipeline

Replace upstream code.forgejo.org/forgejo/runner image with a locally
built container using the container.py pattern (Go + Alpine runtime).
Kustomization tag is a placeholder until CI builds the image.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Erich Blume 2026-04-14 09:30:43 -07:00
commit 12d83baa61
3 changed files with 70 additions and 1 deletions

View file

@ -0,0 +1 @@
Build forgejo-runner container locally via native Dagger pipeline instead of pulling from upstream.