Skip to content

Commit 0d04a81

Browse files
Merge pull request #30652 from jacobsee/exclude-unmirrorable-images
NO-JIRA: Add images that shouldn’t be mirrored to the exception list.
2 parents 90b42f2 + 4cd6138 commit 0d04a81

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/extended/util/image/image.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,9 @@ var Exceptions = sets.NewString(
225225
// ie. application/vnd.docker.image.rootfs.diff.tar which are not accepted
226226
// by quay.io, this has to be manually mirrored with --filter-by-os=linux.*
227227
"registry.k8s.io/pause:3.10",
228+
// These images are intentionally invalid or require authentication and cannot be mirrored
229+
"invalid.registry.k8s.io/invalid",
230+
"gcr.io/k8s-authenticated-test",
228231
)
229232

230233
// GetMappedImages returns the images if they were mapped to the provided

0 commit comments

Comments
 (0)