forked from TrueCloudLab/distribution
83dd4ff0a6
Signed-off-by: James Hewitt <james.hewitt@uk.ibm.com>
30 lines
696 B
Markdown
30 lines
696 B
Markdown
---
|
|
draft: true
|
|
---
|
|
|
|
# Distribution API Implementations
|
|
|
|
This is a list of known implementations of the Distribution API spec.
|
|
|
|
## [CNCF Distribution Registry](https://github.com/distribution/distribution)
|
|
|
|
CNCF distribution is the reference implementation of the distribution API
|
|
specification. It aims to fully implement the entire specification.
|
|
|
|
### Releases
|
|
#### 2.0.1 (_in development_)
|
|
Implements API 2.0.1
|
|
|
|
_Known Issues_
|
|
- No resumable push support
|
|
- Content ranges ignored
|
|
- Blob upload status will always return a starting range of 0
|
|
|
|
#### 2.0.0
|
|
Implements API 2.0.0
|
|
|
|
_Known Issues_
|
|
- No resumable push support
|
|
- No PATCH implementation for blob upload
|
|
- Content ranges ignored
|
|
|