Move volume images from gcr to ghcr
With the ghcr images now built and working, switch over to use these new images and update the default name. Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
@@ -34,7 +34,7 @@ const (
|
||||
|
||||
var (
|
||||
testImage = "ghcr.io/containerd/busybox:1.32"
|
||||
testMultiLayeredImage = "gcr.io/k8s-cri-containerd/volume-copy-up:2.1"
|
||||
testMultiLayeredImage = "ghcr.io/containerd/volume-copy-up:2.1"
|
||||
shortCommand = withProcessArgs("true")
|
||||
longCommand = withProcessArgs("/bin/sh", "-c", "while true; do sleep 1; done")
|
||||
)
|
||||
|
Reference in New Issue
Block a user