Use github images for integration tests

Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
Derek McGowan
2021-09-20 13:35:13 -07:00
parent d72d2794de
commit 3e72e335fe
2 changed files with 2 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ const (
)
var (
testImage = "mirror.gcr.io/library/busybox:1.32.0"
testImage = "ghcr.io/containerd/busybox:1.32"
shortCommand = withProcessArgs("true")
longCommand = withProcessArgs("/bin/sh", "-c", "while true; do sleep 1; done")
)