Merge pull request #5987 from wllenyj/ci
CI: Switch to available latest images
This commit is contained in:
commit
cbf9d88c9e
@ -32,7 +32,7 @@ const (
|
|||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
testImage = "mirror.gcr.io/library/busybox:1.32"
|
testImage = "mirror.gcr.io/library/busybox:1.32.0"
|
||||||
shortCommand = withProcessArgs("true")
|
shortCommand = withProcessArgs("true")
|
||||||
longCommand = withProcessArgs("/bin/sh", "-c", "while true; do sleep 1; done")
|
longCommand = withProcessArgs("/bin/sh", "-c", "while true; do sleep 1; done")
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user