camallo / dkregistry-rs

A pure-Rust asynchronous library for Docker Registry API v2
Apache License 2.0
62 stars 39 forks source link

[WIP] v2: verify manifest digest #107

Open steveej opened 5 years ago

steveej commented 5 years ago

This adds conditional manifest digest verification. If the manifest is download by reference and the registry provides a digest in the response they have to be the same. Additionally the calculated digest of the downloaded manifest has to match the requested one

TODO


Depends on #105.

lucab commented 5 years ago

105 is now merged.