2016-10-15 00:40:45 +02:00
|
|
|
---
|
|
|
|
published: false
|
|
|
|
---
|
2015-11-20 03:21:03 +01:00
|
|
|
|
2015-05-04 17:56:37 +02:00
|
|
|
# Distribution API Implementations
|
|
|
|
|
|
|
|
This is a list of known implementations of the Distribution API spec.
|
|
|
|
|
2020-08-24 13:18:39 +02:00
|
|
|
## [Docker Distribution Registry](https://github.com/distribution/distribution)
|
2015-05-04 17:56:37 +02:00
|
|
|
|
|
|
|
Docker 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
|
|
|
|
|