oras-project / rust-oci-client

A Rust crate to interact with OCI registries
Apache License 2.0
86 stars 45 forks source link

feat: add support for signatures api extension #98

Closed mattarnoatibm closed 8 months ago

mattarnoatibm commented 9 months ago

Add support for the signatures registry API extension so for an image digest, a simple signing signature can be fetched from a registry that supports the extension.

mattarnoatibm commented 9 months ago

If the github workflow has access to a credential for fetching the manifest or signature from the repository in the uk.icr.io registry, which requires authentication, the tests that use the uk.icr.io registry will run.

If the github workflow does not have access to this credential the tests will not run.

mattarnoatibm commented 9 months ago

Linked issue - https://github.com/krustlet/oci-distribution/issues/97

flavio commented 8 months ago

This can be closed since we decided to use this approach instead: https://github.com/krustlet/oci-distribution/pull/105