Skip to content

Commit f3d46f8

Browse files
wllenyjAkihiroSuda
authored andcommitted
CI: Switch to available latest images
`mirror.gcr.io/library/busybox:1.32` is unavailable. ```console $ 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.29.3", "1.30", "1.30.1", "1.31", "1.31.0", "1.31.1", "1.32.0" ] ``` Signed-off-by: wllenyj <[email protected]> (cherry picked from commit 6d961f9) Signed-off-by: Akihiro Suda <[email protected]>
1 parent 36d09a4 commit f3d46f8

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:1.32"
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)