Disable DIND in script run-in-docker.sh (#5036)
This commit is contained in:
parent
dbb0970393
commit
0f7cd7b6a4
1 changed files with 1 additions and 0 deletions
|
@ -61,6 +61,7 @@ docker run \
|
|||
${DOCKER_OPTS} \
|
||||
-e GOCACHE="/go/src/${PKG}/.cache" \
|
||||
-e GO111MODULE=off \
|
||||
-e DIND_TASKS=0 \
|
||||
-v "${HOME}/.kube:${HOME}/.kube" \
|
||||
-v "${KUBE_ROOT}:/go/src/${PKG}" \
|
||||
-v "${KUBE_ROOT}/bin/${ARCH}:/go/bin/linux_${ARCH}" \
|
||||
|
|
Loading…
Reference in a new issue