Switch the DNS test to use GCR instead of dockerhub.

pull/310/head
Dan Lorenc 2016-07-10 11:37:29 -07:00
parent 6e9e757a61
commit 85ca802888
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ metadata:
name: busybox name: busybox
spec: spec:
containers: containers:
- image: busybox - image: gcr.io/google-containers/busybox
command: command:
- sleep - sleep
- "3600" - "3600"