Unless I've missed something, we can currently only copy the image in the manifest list that matches the current system platform, or we can copy them all. For some images, there are many other images for other platforms that I have no need for (e.g. https://hub.docker.com/_/redis/tags supports seven platforms).
Is there a way to filter the images so that I only copy amd64 and arm64 images? And if so, will the manifest list reflect just those images, or will the manifest list be copied as-is?