Disable DIND in script run-in-docker.sh (#5036)

This commit is contained in:
Manuel Alejandro de Brito Fontes 2020-02-07 10:26:33 -03:00 committed by GitHub
parent 1589a772d5
commit 4e6b0ceb08

View file

@ -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}" \