Skip to content

Commit 3e72e33

Browse files
committed
Use github images for integration tests
Signed-off-by: Derek McGowan <derek@mcg.dev>
1 parent d72d279 commit 3e72e33

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
@@ -53,7 +53,7 @@ import (
5353
"golang.org/x/sys/unix"
5454
)
5555

56-
const testUserNSImage = "mirror.gcr.io/library/alpine:3.13.5"
56+
const testUserNSImage = "ghcr.io/containerd/alpine:3.14.0"
5757

5858
// TestRegressionIssue4769 verifies the number of task exit events.
5959
//

0 commit comments

Comments
 (0)