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:
@@ -33,7 +33,7 @@ var (
|
||||
defaultRoot = filepath.Join(os.Getenv("programfiles"), "containerd", "root-test")
|
||||
defaultState = filepath.Join(os.Getenv("programfiles"), "containerd", "state-test")
|
||||
testImage string
|
||||
testMultiLayeredImage = "gcr.io/k8s-cri-containerd/volume-copy-up:2.1"
|
||||
testMultiLayeredImage = "ghcr.io/containerd/volume-copy-up:2.1"
|
||||
shortCommand = withTrue()
|
||||
longCommand = withProcessArgs("ping", "-t", "localhost")
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user