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:
Derek McGowan
2021-12-02 10:29:44 -08:00
parent 2190192b54
commit 665877a5bf
6 changed files with 5 additions and 20 deletions

View File

@@ -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")
)