oras-project / rust-oci-client

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

Fix manifest annotations #34

Closed flavio closed 2 years ago

flavio commented 2 years ago

The main change introduced by this PR is to better support OCI annotations:

This PR introduces 2 small changes that are unrelated with the main topic:

Note: this PR builds on top of https://github.com/krustlet/oci-distribution/pull/33 I'll rebase it gets merged

flavio commented 2 years ago

Changes done, I'll rebase the code once #33 is merged

flavio commented 2 years ago

rebased