Merge pull request #974 from dlorenc/glibc

Switch e2e tests to use glibc.
pull/979/head
dlorenc 2017-01-07 20:00:04 -08:00 committed by GitHub
commit 7950a72493
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: gcr.io/google-containers/busybox - image: busybox:glibc
command: command:
- sleep - sleep
- "3600" - "3600"