Switch to loading busybox from gcr.

This commit is contained in:
Brendan Burns
2015-06-16 11:31:33 -07:00
parent c4d040c720
commit 9fda26e5da
3 changed files with 4 additions and 4 deletions

View File

@@ -280,8 +280,8 @@ function verify_from_container() {
echo "waiting for $1 at $2:$3"
results=($(ssh-to-node "${test_node}" "
set -e;
sudo docker pull busybox >/dev/null;
sudo docker run busybox sh -c '
sudo docker pull gcr.io/google_containers/busybox >/dev/null;
sudo docker run gcr.io/google_containers/busybox sh -c '
for i in $(seq -s' ' 1 $(($4*3))); do
if wget -q -T 3 -O - http://$2:$3; then
echo