Set docker_host for DinD in k8s runner config
All checks were successful
Build Container / build (push) Successful in 37s
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:
parent
24e7df02df
commit
47bbdf5d00
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue