From 62eb82d6fc5ead89f07cf4e61ada8db439aeb015 Mon Sep 17 00:00:00 2001 From: Jimmi Dyson Date: Mon, 21 Dec 2015 15:19:54 +0000 Subject: [PATCH] Preload docker dep to work around Docker package refactoring & godep incompatibility Fixes #18833 --- hack/verify-godeps.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hack/verify-godeps.sh b/hack/verify-godeps.sh index 1a4961b2fa1..9f44e744940 100755 --- a/hack/verify-godeps.sh +++ b/hack/verify-godeps.sh @@ -71,6 +71,9 @@ GODEP="${_tmpdir}/bin/godep" # fill out that nice clean place with the kube godeps echo "Starting to download all kubernetes godeps. This takes a while" +# Remove once either godep works properly or we bump docker version +preload-dep github.com/docker docker 0f5c9d301b9b1cca66b3ea0f9dec3b5317d3686d + "${GODEP}" restore echo "Download finished"