Shiwei Zhang
Shiwei Zhang
Thanks for mentioning the retry. The retry functionality is planned after the release of `v2` as an enhancement. Retrying seems to be a simple feature, but it is not. There...
Discussed in #232
Any suggestions on the new annotation keys? /cc @SteveLasker
They are used for compressed directories. If we adopt https://github.com/oras-project/oras/issues/178, then we don't need to bother those annotations.
> Just a clarification that we'll need to maintain support for ORAS artifacts, until all registries have migrated to the OCI Artifact spec. > > 1. Check if `/referrers` is...
Closing as all sub tasks are resolved.
Artifact-level signature rescidning can go to #88.
COSE is based on CBOR literally, which is conciser and faster than JSON. Here is an comparison on the encoded structure size (based on [RFC7049 E.6](https://datatracker.ietf.org/doc/html/rfc7049#appendix-E.6)): ``` +---------------+-------------------------+ | Format...
Here's the prototype plugin [notation-cose](https://github.com/shizhMSFT/notation-cose) for COSE signing and verification. Using the same key and certificate chain, the COSE signature is much smaller than the JWS signature signing the same...