opencontainers / distribution-spec

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

spec and README: reduce to just image-manifest #383

Closed vbatts closed 1 year ago

vbatts commented 1 year ago

This change corresponds with https://github.com/opencontainers/image-spec/pull/999 as we reconcile changes needed to allow referrers API (subject field and artifactType field responses) to function smoothly on image-manifest.

Personal take on this: After excesive extensive deliberation, that while it would be nice to have a clean-break to work with a generic manifest, we would be setting ourselves and the whole ecosystem up for the compatibility challenges similer to Docker schema 1 -> schema 2 -> OCI v1.

The biggest value for the community and ecosystem is to provide guidance on how to use the available data structures and APIs to already accomplish the same use-cases in the most broadly compatible way.

Signed-off-by: Vincent Batts vbatts@hashbangbash.com

sajayantony commented 1 year ago

Thanks @vbatts