Set docker_host for DinD in k8s runner config
All checks were successful
Build Container / build (push) Successful in 37s

Job containers need to connect to DinD via TCP, not socket.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Erich Blume 2026-01-25 19:06:49 -08:00
commit 47bbdf5d00

View file

@ -15,6 +15,6 @@ data:
container:
# Use our custom job execution image with Node.js + Docker CLI
# Jobs requesting "docker" label will use this image
network: "host"
# DinD doesn't need socket mount - it uses DOCKER_HOST env var
# Connect to DinD sidecar via TCP (not socket)
docker_host: tcp://127.0.0.1:2375