opencontainers / distribution-spec

OCI Distribution Specification
https://opencontainers.org
Apache License 2.0
792 stars 199 forks source link

Add a media type to the image manifest #437

Closed sudo-bmitch closed 1 year ago

sudo-bmitch commented 1 year ago

Media type is recommended for manifests and required in descriptors.

The media type was excluded from the empty layer manifest intentionally to verify registries support clients that ignore the "SHOULD" in the image spec.

Fixes #435