Update kubekins-test image to include netcat

This commit is contained in:
Jeff Grafton
2016-01-19 15:08:39 -08:00
parent 62bc09adf3
commit ad8ea35d94
3 changed files with 7 additions and 3 deletions

View File

@@ -42,5 +42,5 @@ docker run --rm=true \
-v "${REPO_DIR}":/go/src/k8s.io/kubernetes \
-v "${KUBE_JUNIT_REPORT_DIR}":/workspace/artifacts \
--env REPO_DIR="${REPO_DIR}" \
-i gcr.io/google_containers/kubekins-test:0.5 \
-i gcr.io/google_containers/kubekins-test:0.6 \
bash -c "cd kubernetes && ./hack/jenkins/test-dockerized.sh"