mirror of https://github.com/k3s-io/k3s
Preload docker dep to work around Docker package refactoring & godep incompatibility
Fixes #18833pull/6/head
parent
041ab17a67
commit
62eb82d6fc
|
@ -71,6 +71,9 @@ GODEP="${_tmpdir}/bin/godep"
|
||||||
# fill out that nice clean place with the kube godeps
|
# fill out that nice clean place with the kube godeps
|
||||||
echo "Starting to download all kubernetes godeps. This takes a while"
|
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
|
"${GODEP}" restore
|
||||||
echo "Download finished"
|
echo "Download finished"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue