Build forgejo-runner container locally (#334)
## Summary
- Add native Dagger `container.py` for forgejo-runner (Go + Alpine runtime, static binary with CGO for SQLite)
- Update kustomization to point to local registry image (tag is placeholder until CI builds)
- Uses existing `clone_from_forge("forgejo-runner", ...)` mirror
## Test plan
- [x] `dagger call build --src=. --container-name=forgejo-runner` passes locally
- [ ] CI container build from branch succeeds
- [ ] Update kustomization tag to built image, deploy from branch via ArgoCD `--revision`
- [ ] Verify runner registers and picks up jobs
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Reviewed-on: #334
This commit is contained in:
parent
223b134776
commit
0e93cc08b4
3 changed files with 70 additions and 1 deletions
1
docs/changelog.d/local-forgejo-runner.infra.md
Normal file
1
docs/changelog.d/local-forgejo-runner.infra.md
Normal file
|
|
@ -0,0 +1 @@
|
|||
Build forgejo-runner container locally via native Dagger pipeline instead of pulling from upstream.
|
||||
Loading…
Add table
Add a link
Reference in a new issue