oras-project / rust-oci-client

A Rust crate to interact with OCI registries
Apache License 2.0
92 stars 48 forks source link

Remove digest calculation of ImageData #29

Closed tofay closed 2 years ago

tofay commented 2 years ago

it previously calculated the digest of the image layers, by taking a digest of all the layers data. This calculation is not used in the OCI registry API, nor is the digest of an image.

(I intended to make this change in https://github.com/krustlet/oci-distribution/pull/22, as described in that PR description, but I didn't actually make the change...)