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
|
integration-test: busybox-mount
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- image: busybox:glibc
|
- image: busybox:1.28.4-glibc
|
||||||
command: [ "/bin/sh", "-c", "--" ]
|
command: [ "/bin/sh", "-c", "--" ]
|
||||||
args: [ "cat /mount-9p/fromhost; echo test > /mount-9p/frompod; rm /mount-9p/fromhostremove; echo test > /mount-9p/frompodremove;" ]
|
args: [ "cat /mount-9p/fromhost; echo test > /mount-9p/frompod; rm /mount-9p/fromhostremove; echo test > /mount-9p/frompodremove;" ]
|
||||||
name: busybox
|
name: busybox
|
||||||
|
|
|
@ -6,7 +6,7 @@ metadata:
|
||||||
integration-test: busybox
|
integration-test: busybox
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- image: busybox:glibc
|
- image: busybox:1.28.4-glibc
|
||||||
command:
|
command:
|
||||||
- sleep
|
- sleep
|
||||||
- "3600"
|
- "3600"
|
||||||
|
|
Loading…
Reference in New Issue