Fix busybox version in integration tests
Fixes https://github.com/kubernetes/minikube/issues/4475 related to this https://github.com/docker-library/busybox/issues/48pull/4491/head
parent
6ecc1055b3
commit
8c88558cb0
|
@ -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
|
||||
|
|
|
@ -6,7 +6,7 @@ metadata:
|
|||
integration-test: busybox
|
||||
spec:
|
||||
containers:
|
||||
- image: busybox:glibc
|
||||
- image: busybox:1.28.4-glibc
|
||||
command:
|
||||
- sleep
|
||||
- "3600"
|
||||
|
|
Loading…
Reference in New Issue