diff --git a/test/integration/testdata/busybox-mount-test.yaml b/test/integration/testdata/busybox-mount-test.yaml index 06ec5b532556..f34ff3014aca 100644 --- a/test/integration/testdata/busybox-mount-test.yaml +++ b/test/integration/testdata/busybox-mount-test.yaml @@ -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 diff --git a/test/integration/testdata/busybox.yaml b/test/integration/testdata/busybox.yaml index 3c708b5018b6..0f02a235f5af 100644 --- a/test/integration/testdata/busybox.yaml +++ b/test/integration/testdata/busybox.yaml @@ -6,7 +6,7 @@ metadata: integration-test: busybox spec: containers: - - image: busybox:glibc + - image: busybox:1.28.4-glibc command: - sleep - "3600"