Skip to content

Commit

Permalink
Merge pull request #5894 from estesp/cp-5625
Browse files Browse the repository at this point in the history
[release/1.5] cherry-pick: CI: Switch to available latest images
  • Loading branch information
dmcgowan committed Aug 19, 2021
2 parents 25ad944 + 8cfab16 commit 337ede5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion integration/client/client_unix_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const (
)

var (
testImage = "mirror.gcr.io/library/busybox:1.32.0"
testImage = "mirror.gcr.io/library/busybox:1.32"
shortCommand = withProcessArgs("true")
longCommand = withProcessArgs("/bin/sh", "-c", "while true; do sleep 1; done")
)
Expand Down
2 changes: 1 addition & 1 deletion integration/client/container_linux_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ import (
"golang.org/x/sys/unix"
)

const testUserNSImage = "mirror.gcr.io/library/alpine:3.13"
const testUserNSImage = "mirror.gcr.io/library/alpine:3.13.5"

// TestRegressionIssue4769 verifies the number of task exit events.
//
Expand Down

0 comments on commit 337ede5

Please sign in to comment.