• forgejo-runner-v2.1.7 c7a58b8fdb

    Add DOCKER_HOST env var to workflow for k8s DinD support
    All checks were successful
    Build Container / build (push) Successful in 1m8s

    eblume released this 2026-01-25 19:22:37 -08:00 | 909 commits to main since this release

    The k8s runner uses a DinD sidecar accessible via TCP on port 2375.
    While the runner daemon config has docker_host set, job containers
    don't inherit this - they need the DOCKER_HOST env var set explicitly.

    Co-Authored-By: Claude Opus 4.5 noreply@anthropic.com

    Downloads