oras-project / rust-oci-client

A Rust crate to interact with OCI registries
Apache License 2.0
90 stars 47 forks source link

Missing unit test for pulling image with different manifest list schema #68

Open arronwy opened 1 year ago

arronwy commented 1 year ago

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

flavio commented 1 year ago

Working on this issue requires https://github.com/distribution/distribution/issues/3863 to be fixed