ci: allow /var/run/docker.sock as valid volume for Docker builds
This commit is contained in:
@@ -36,7 +36,8 @@ spec:
|
|||||||
network: host
|
network: host
|
||||||
docker_host: "unix:///var/run/docker.sock"
|
docker_host: "unix:///var/run/docker.sock"
|
||||||
force_pull: false
|
force_pull: false
|
||||||
valid_volumes: []
|
valid_volumes:
|
||||||
|
- /var/run/docker.sock
|
||||||
default_image: "registry.neuralplatform.ai/ci-base:latest"
|
default_image: "registry.neuralplatform.ai/ci-base:latest"
|
||||||
EOF
|
EOF
|
||||||
envFrom:
|
envFrom:
|
||||||
|
|||||||
Reference in New Issue
Block a user