fix: remove duplicate docker.sock mount in runner config

The socket is already mounted via the pod volume mount; specifying it
again in container.options causes 'Duplicate mount point' on job containers.
This commit is contained in:
Will Anderson
2026-03-24 13:14:43 -05:00
parent e91d6c0b09
commit 05973b50bd
-1
View File
@@ -36,7 +36,6 @@ spec:
timeout: 3h
container:
network: bridge
options: "-v /var/run/docker.sock:/var/run/docker.sock"
docker_host: "unix:///var/run/docker.sock"
force_pull: false
EOF