Fix busybox version in integration tests

Fixes https://github.com/kubernetes/minikube/issues/4475 related to this https://github.com/docker-library/busybox/issues/48
pull/4491/head
Y.Horie 2019-06-14 14:30:27 +09:00 committed by Medya Ghazizadeh
parent 6ecc1055b3
commit 8c88558cb0
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ metadata:
integration-test: busybox-mount
spec:
containers:
- image: busybox:glibc
- image: busybox:1.28.4-glibc
command: [ "/bin/sh", "-c", "--" ]
args: [ "cat /mount-9p/fromhost; echo test > /mount-9p/frompod; rm /mount-9p/fromhostremove; echo test > /mount-9p/frompodremove;" ]
name: busybox

View File

@ -6,7 +6,7 @@ metadata:
integration-test: busybox
spec:
containers:
- image: busybox:glibc
- image: busybox:1.28.4-glibc
command:
- sleep
- "3600"