Skip to content

Commit 21ebeef

Browse files
committed
integration: use busybox:1.32.0 since latest is unavailable
```bash curl -s https://mirror.gcr.io//v2/library/busybox/tags/list | jq '[.tags ]' [ [ "1.26.2", "1.27.2", "1.28", "1.29", "1.29.2", "1.30", "1.30.1", "1.31", "1.31.0", "1.31.1", "1.32.0" ] ] ``` The latest is gone. I think we should setup image in github container registry for CI if possible. Signed-off-by: Wei Fu <[email protected]>
1 parent 1edab60 commit 21ebeef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

integration/client/client_unix_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const (
3232
)
3333

3434
var (
35-
testImage = "mirror.gcr.io/library/busybox:latest"
35+
testImage = "mirror.gcr.io/library/busybox:1.32.0"
3636
shortCommand = withProcessArgs("true")
3737
longCommand = withProcessArgs("/bin/sh", "-c", "while true; do sleep 1; done")
3838
)

0 commit comments

Comments
 (0)