Skip to content

Commit

Permalink
Use busybox 1.28.4 to be worked nslookup in tests #4475
Browse files Browse the repository at this point in the history
  • Loading branch information
u5surf committed Jun 13, 2019
1 parent eb96756 commit 5fa1494
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/integration/testdata/busybox-mount-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion test/integration/testdata/busybox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
integration-test: busybox
spec:
containers:
- image: busybox:glibc
- image: busybox:1.28.4-glibc
command:
- sleep
- "3600"
Expand Down

0 comments on commit 5fa1494

Please sign in to comment.