Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/noteed/rescoyl-checks
Docker registry conformance client
https://github.com/noteed/rescoyl-checks
Last synced: about 2 months ago
JSON representation
Docker registry conformance client
- Host: GitHub
- URL: https://github.com/noteed/rescoyl-checks
- Owner: noteed
- License: other
- Created: 2014-08-12T18:07:27.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-22T11:36:32.000Z (over 10 years ago)
- Last Synced: 2023-04-13T10:31:56.435Z (over 1 year ago)
- Language: Haskell
- Homepage:
- Size: 176 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rescoyl Checks
This is a Docker Registry conformance client written to validate a registry
implementation against the registry protocol
[specification](https://docs.docker.com/reference/api/hub_registry_spec/).The client itself is actually tested against the [official Docker
registry](https://github.com/docker/docker-registry) and the official registry
behavior is more important that the specification which can be outdated.The client is written primarily to ensure the [Rescoyl
registry](https://github.com/noteed/rescoyl) behavior matches with the official
registry but can be used to validate other implementions.It is also possible to use this package as a library to write normal Docker
registry clients.There is also the beginning of bindings to the Docker Remote API (they should
move to their own library at some point).