mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
e443512ce4
Previously we were re-using schema2.DeserializedManifest to handle oci manifests. The issue lies in the fact that distribution started validating the media type string during json deserialization. This change broke our usage of that type. Instead distribution now provides direct support for oci schemas, so use that instead of our custom handlers. Signed-off-by: Brian Goff <cpuguy83@gmail.com> |
||
---|---|---|
.. | ||
manifestlist | ||
ocischema | ||
schema1 | ||
schema2 | ||
doc.go | ||
versioned.go |