Rename containers/forgejo-runner to runner-job-image
All checks were successful
All checks were successful
The forgejo-runner container is the CI job execution environment (Dagger, ArgoCD CLI, etc.), not the runner daemon itself. Rename to runner-job-image to fix the version-check false positive (Dagger 0.19.11 vs daemon 12.7.0) and clarify the distinction. RUNNER_LABELS still references the old image name — will update after building the image under the new name. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
179eca2070
commit
4c5e0f0d16
4 changed files with 14 additions and 4 deletions
|
|
@ -190,8 +190,17 @@ services:
|
|||
current-version: "12.7.0"
|
||||
upstream-source: https://code.forgejo.org/forgejo/runner/releases
|
||||
notes: >-
|
||||
Runner daemon version. Job execution container (containers/forgejo-runner)
|
||||
tracks Dagger at v0.19.11.
|
||||
Runner daemon version (code.forgejo.org/forgejo/runner). Job execution
|
||||
image is tracked separately as runner-job-image.
|
||||
|
||||
- name: runner-job-image
|
||||
type: argocd
|
||||
last-reviewed: 2026-02-23
|
||||
current-version: "0.19.11"
|
||||
upstream-source: https://github.com/dagger/dagger/releases
|
||||
notes: >-
|
||||
Forgejo Actions job execution image. CONTAINER_APP_VERSION tracks the
|
||||
Dagger CLI version, the primary build tool in the image.
|
||||
|
||||
- name: nix-container-builder
|
||||
type: nixos
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue