mirror of
https://github.com/project-zot/zot.git
synced 2025-01-06 22:40:28 -05:00
Merge pull request #58 from rchincha/compl
README: update compliance test results
This commit is contained in:
commit
1f8bf8dbd0
1 changed files with 9 additions and 5 deletions
14
README.md
14
README.md
|
@ -80,15 +80,19 @@ The focus of compliance tests is _positive_ compliance.
|
||||||
|
|
||||||
## Compliance Reports
|
## Compliance Reports
|
||||||
|
|
||||||
Registry | Notes
|
Registry | Version Tested | Notes
|
||||||
---------|------
|
---------|----------------|-------
|
||||||
zot | <ul><li>[Mount Blob](https://github.com/opencontainers/distribution-spec/blob/master/spec.md#mount-blob) is not implemented contingent upon [Issue #51](https://github.com/anuvu/zot/issues/51)</li></ul>
|
zot | [v0.3.8](https://github.com/anuvu/zot/tree/v0.3.8) | <ul><li>[Mount Blob](https://github.com/opencontainers/distribution-spec/blob/master/spec.md#mount-blob) is not implemented contingent upon [Issue #51](https://github.com/anuvu/zot/issues/51)</li></ul>
|
||||||
docker | <ul><li>[Patch Blob Upload](https://github.com/opencontainers/distribution-spec/blob/master/spec.md#patch-blob-upload) is not [implemented](https://github.com/docker/distribution/blob/master/registry/handlers/blobupload.go#L136)</li><li>Repository names cannot be mixed case due to [Issue #2771](https://github.com/docker/distribution/issues/2771)</li></ul>
|
docker | [v2.7.1](https://github.com/docker/distribution/releases/tag/v2.7.1) | <ul><li>[Patch Blob Upload](https://github.com/opencontainers/distribution-spec/blob/master/spec.md#patch-blob-upload) is not [implemented](https://github.com/docker/distribution/blob/master/registry/handlers/blobupload.go#L136)</li><li>Repository names cannot be mixed case due to [Issue #2771](https://github.com/docker/distribution/issues/2771)</li></ul>
|
||||||
quay | TBD
|
quay | | TODO, [opensourced recently] (https://www.redhat.com/en/blog/red-hat-introduces-open-source-project-quay-container-registry)
|
||||||
|
|
||||||
|
|
||||||
# Ecosystem
|
# Ecosystem
|
||||||
|
|
||||||
|
Since we couldn't find clients or client libraries that are stictly compliant to
|
||||||
|
the dist spec, we had to patch containers/image (available as [anuvu/image](https://github.com/anuvu/image)) and
|
||||||
|
then link various binaries against the patched version.
|
||||||
|
|
||||||
## skopeo
|
## skopeo
|
||||||
|
|
||||||
[skopeo](https://github.com/containers/skopeo) is a tool to work with remote
|
[skopeo](https://github.com/containers/skopeo) is a tool to work with remote
|
||||||
|
|
Loading…
Reference in a new issue