rust-oci-client icon indicating copy to clipboard operation
rust-oci-client copied to clipboard

Missing unit test for pulling image with different manifest list schema

Open arronwy opened this issue 2 years ago • 1 comments

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

arronwy avatar Mar 17 '23 09:03 arronwy

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

flavio avatar Mar 17 '23 15:03 flavio