cue-labs / oci

Go modules related to OCI (Open Container Initiative) registries
Apache License 2.0
24 stars 4 forks source link

ociserver: implement API quirks #6

Open rogpeppe opened 1 year ago

rogpeppe commented 1 year ago

Different OCI registries support different portions of the API. For example, some support the referrers API; some do not. Some allow single-request monolithic blob uploads; some do not. We should provide ways to simulate that behaviour to give people confidence in their tests that their code works with these variations without needing to do integration tests against real registry implementations.