oras-project / rust-oci-client

A Rust crate to interact with OCI registries
Apache License 2.0
90 stars 47 forks source link

add optional artifactType to image manifest for oci v1.1 #89

Closed devigned closed 1 year ago

devigned commented 1 year ago

Add an optional artifactType field to the image manifest to reflect the new changes for OCI v1.1.

See: https://github.com/opencontainers/image-spec/blob/main/manifest.md#image-manifest

devigned commented 1 year ago

Thank you for the review and merge, @flavio!