Overview
The Distribution spec includes mention of the use of cross-repository blob mounts
This is useful if the user is copying a container image between two paths ("repositories") in the same registry. If we know the source image location, then we can just tell the registry to "mount" the blobs at the source path into the destination path rather than uploading each blob individually.
Acceptance