Files
homelab/k8s/infra/forgejo-runner/templates
rock ba0b3c2b64
Build and push runner images / build-runners (pull_request) Failing after 46s
fix: mount docker socket at /run not /var/run (symlink issue)
/var/run is a symlink to /run in Alpine. Mounting emptyDir at /var/run
doesn't override the real /run directory, so dind's docker.sock at
/run/docker.sock was never visible to the runner container.

Fix: Mount the shared emptyDir at /run in both containers.
2026-09-06 09:56:45 -07:00
..