1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/vendor/github.com/docker/distribution/manifest
Brian Goff e443512ce4 Use ocischema package instead of custom handler
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>
2019-10-11 10:19:29 -07:00
..
manifestlist Update containerd client to 1.2.4 2019-02-14 04:47:27 +01:00
ocischema Use ocischema package instead of custom handler 2019-10-11 10:19:29 -07:00
schema1 Update containerd client to 1.2.4 2019-02-14 04:47:27 +01:00
schema2 Update containerd client to 1.2.4 2019-02-14 04:47:27 +01:00
doc.go
versioned.go