Skip to content

Commit

Permalink
Added DIND_TASKS=true flag when build script starts.
Browse files Browse the repository at this point in the history
Fix for issue: kubernetes#5019
  • Loading branch information
SzekeresB committed Feb 6, 2020
1 parent b9e944a commit 6e1bb78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/run-in-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ docker run \
${DOCKER_OPTS} \
-e GOCACHE="/go/src/${PKG}/.cache" \
-e GO111MODULE=off \
-e DIND_TASKS=true \
-v "${HOME}/.kube:${HOME}/.kube" \
-v "${KUBE_ROOT}:/go/src/${PKG}" \
-v "${KUBE_ROOT}/bin/${ARCH}:/go/bin/linux_${ARCH}" \
Expand Down

0 comments on commit 6e1bb78

Please sign in to comment.