From 5fa149473c2c3e7e9e0d023350d5b59793810d11 Mon Sep 17 00:00:00 2001 From: u5surf Date: Thu, 13 Jun 2019 19:17:03 +0900 Subject: [PATCH] Use busybox 1.28.4 to be worked nslookup in tests #4475 --- test/integration/testdata/busybox-mount-test.yaml | 2 +- test/integration/testdata/busybox.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"