rust-oci-client
rust-oci-client copied to clipboard
Missing unit test for pulling image with different manifest list schema
For image docker.io/ubuntu it will use application/vnd.oci.image.index.v1+json as manifest list schema
For image docker.io/busybox it will use application/vnd.docker.distribution.manifest.list.v2+json as manifest list schema
Working on this issue requires https://github.com/distribution/distribution/issues/3863 to be fixed