replace mcr.microsoft.com registry to ghcr.io/containerd registry

Signed-off-by: rongfu.leng <rongfu.leng@daocloud.io>
This commit is contained in:
rongfu.leng
2023-08-06 21:02:20 +08:00
parent 2b2195c36b
commit 4f3c8c4687
3 changed files with 21 additions and 21 deletions

View File

@@ -235,7 +235,7 @@ func TestImageSupportedBySnapshotter_Error(t *testing.T) {
if runtime.GOOS == "windows" {
unsupportedImage = "registry.k8s.io/pause-amd64:3.2"
} else {
unsupportedImage = "mcr.microsoft.com/windows/nanoserver:1809"
unsupportedImage = "ghcr.io/containerd/windows/nanoserver:1809"
}
ctx, cancel := testContext(t)