Simplify runner image (Dagger Phase 3) #162
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "dagger-phase3-runner"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
With Phases 1 and 2 complete, the runner image no longer needs most of its bundled tools. This PR strips it down and adds what was missing.
Removed (now inside Dagger containers):
Added:
tzdata— fixes the TZ env var (#159, #160, #161) soTZ=America/Los_Angelesactually worksflyctl— was being installed from scratch every releaseWorkflow changes:
TZfrom build-blumeops (moved to runner configmaprunner.envs)TZ: America/Los_Angelesin runner configmap so all job containers inherit itDeployment
After merge:
mise run container-release forgejo-runner v2.0.0argocd app sync forgejo-runnerkubectl -n forgejo-runner exec deploy/forgejo-runner -c runner -- date(but the real test is running a docs release and checking the changelog date)