We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 90b42f2 + 4cd6138 commit 0d04a81Copy full SHA for 0d04a81
test/extended/util/image/image.go
@@ -225,6 +225,9 @@ var Exceptions = sets.NewString(
225
// ie. application/vnd.docker.image.rootfs.diff.tar which are not accepted
226
// by quay.io, this has to be manually mirrored with --filter-by-os=linux.*
227
"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",
231
)
232
233
// GetMappedImages returns the images if they were mapped to the provided
0 commit comments