Don't bind docker socket in CI
Use dind instead, as it's more secure and isolated https://docs.gitlab.com/ee/ci/docker/using_docker_build.html#use-docker-in-docker
This commit is contained in:
parent
e65b3ec605
commit
6d7a147b74
1 changed files with 1 additions and 1 deletions
|
@ -16,5 +16,5 @@ check_interval = 10
|
|||
image = "alpine"
|
||||
privileged = true
|
||||
disable_cache = false
|
||||
volumes = ["/cache", "/var/run/docker.sock:/var/run/docker.sock:ro"]
|
||||
volumes = ["/cache", "/certs/client"]
|
||||
pull_policy = "if-not-present"
|
||||
|
|
Loading…
Reference in a new issue