From bbdabebd170f030b55ca616accd32917467295e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20Trma=C4=8D?= Date: Fri, 10 Jun 2022 16:21:03 +0200 Subject: [PATCH] Change a repo used for sync tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The k8s.gcr.io/coredns/coredns repo now contains an OCI artifact, which we can't copy; so, use a different repo to test syncing. Signed-off-by: Miloslav Trmač --- integration/sync_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/sync_test.go b/integration/sync_test.go index 39d7f48e..e24a4b12 100644 --- a/integration/sync_test.go +++ b/integration/sync_test.go @@ -22,7 +22,7 @@ const ( // A repository with a path with multiple components in it which // contains multiple tags, preferably with some tags pointing to // manifest lists, and with some tags that don't. - pullableRepo = "k8s.gcr.io/coredns/coredns" + pullableRepo = "quay.io/libpod/testimage" // A tagged image in the repository that we can inspect and copy. pullableTaggedImage = "k8s.gcr.io/coredns/coredns:v1.6.6" // A tagged manifest list in the repository that we can inspect and copy.