Adopt Dagger CI for container builds (Phase 1) #156

Merged
eblume merged 1 commit from feature/dagger-ci-phase1 into main 2026-02-11 15:38:31 -08:00

1 commit

Author SHA1 Message Date
16e6a336cc Adopt Dagger CI for container builds (Phase 1)
Replace the Docker buildx + skopeo composite action with a Dagger Python
module for building and publishing container images. BuildKit's native
push is compatible with Zot, eliminating the skopeo workaround entirely.

- Add Dagger Python module (.dagger/) with build/publish functions
- Update build-container.yaml workflow to use `dagger call publish`
- Add Dagger CLI to forgejo-runner image (v0.19.11)
- Bump runner version to v2.6.0 in ExternalSecret
- Add GPLv3 LICENSE
- Add dagger to mise.toml

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-11 15:35:51 -08:00