Skip to content

Commit 4de759a

Browse files
authored
Merge pull request #6041 from dmcgowan/backport-1.5-use-ghcr-test-images
[release/1.5] Use github images for integration tests
2 parents 3f4f6bc + 1477059 commit 4de759a

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 = "ghcr.io/containerd/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.5"
58+
const testUserNSImage = "ghcr.io/containerd/alpine:3.14.0"
5959

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

0 commit comments

Comments
 (0)