Skip to content

Commit 337ede5

Browse files
authored
Merge pull request #5894 from estesp/cp-5625
[release/1.5] cherry-pick: CI: Switch to available latest images
2 parents 25ad944 + 8cfab16 commit 337ede5

2 files changed

Lines changed: 2 additions & 2 deletions

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.0"
35+
testImage = "mirror.gcr.io/library/busybox:1.32"
3636
shortCommand = withProcessArgs("true")
3737
longCommand = withProcessArgs("/bin/sh", "-c", "while true; do sleep 1; done")
3838
)

integration/client/container_linux_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ import (
5555
"golang.org/x/sys/unix"
5656
)
5757

58-
const testUserNSImage = "mirror.gcr.io/library/alpine:3.13"
58+
const testUserNSImage = "mirror.gcr.io/library/alpine:3.13.5"
5959

6060
// TestRegressionIssue4769 verifies the number of task exit events.
6161
//

0 commit comments

Comments
 (0)