Skip to content

Commit 1477059

Browse files
committed
Use github images for integration tests
Signed-off-by: Derek McGowan <derek@mcg.dev> (cherry picked from commit 3e72e33) Signed-off-by: Derek McGowan <derek@mcg.dev>
1 parent 3f4f6bc commit 1477059

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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)