From 4cd6138d2e712c01956da91390d667d68abef108 Mon Sep 17 00:00:00 2001 From: Jacob See <5027680+jacobsee@users.noreply.github.com> Date: Mon, 5 Jan 2026 09:51:33 -0800 Subject: [PATCH] =?UTF-8?q?Add=20images=20that=20shouldn=E2=80=99t=20be=20?= =?UTF-8?q?mirrored=20to=20the=20exception=20list.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/extended/util/image/image.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/extended/util/image/image.go b/test/extended/util/image/image.go index 327e56317786..8daca7b6ba2e 100644 --- a/test/extended/util/image/image.go +++ b/test/extended/util/image/image.go @@ -225,6 +225,9 @@ var Exceptions = sets.NewString( // ie. application/vnd.docker.image.rootfs.diff.tar which are not accepted // by quay.io, this has to be manually mirrored with --filter-by-os=linux.* "registry.k8s.io/pause:3.10", + // These images are intentionally invalid or require authentication and cannot be mirrored + "invalid.registry.k8s.io/invalid", + "gcr.io/k8s-authenticated-test", ) // GetMappedImages returns the images if they were mapped to the provided