Bump Dagger to 0.20.6 and migrate runner-job-image to Alpine container.py
Bumps the Dagger engine/CLI from v0.20.1 to v0.20.6 (mise pin, dagger.json engineVersion, SDK regen) and rewrites the runner-job-image container as a native Dagger pipeline on Alpine 3.23 using the shared alpine_runtime helper, replacing the Debian-based Dockerfile. All Forgejo Actions in this repo use actions/checkout (a JS action), so musl is not a compatibility concern. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
58fe4f0073
commit
db8fd946ae
8 changed files with 90 additions and 93 deletions
|
|
@ -244,8 +244,8 @@ services:
|
|||
|
||||
- name: runner-job-image
|
||||
type: argocd
|
||||
last-reviewed: 2026-03-06
|
||||
current-version: "0.20.1"
|
||||
last-reviewed: 2026-04-21
|
||||
current-version: "0.20.6"
|
||||
upstream-source: https://github.com/dagger/dagger/releases
|
||||
notes: >-
|
||||
Forgejo Actions job execution image. CONTAINER_APP_VERSION tracks the
|
||||
|
|
@ -396,8 +396,8 @@ services:
|
|||
|
||||
- name: dagger
|
||||
type: mise
|
||||
last-reviewed: 2026-04-12
|
||||
current-version: "0.20.1"
|
||||
last-reviewed: 2026-04-21
|
||||
current-version: "0.20.6"
|
||||
upstream-source: https://github.com/dagger/dagger/releases
|
||||
notes: Dagger CI/CD engine; pinned in mise.toml
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue