github.com/mika/distribution@v2.2.2-0.20160108133430-a75790e3d8e0+incompatible/docs/spec/implementations.md (about) 1 <!--[metadata]> 2 +++ 3 draft = true 4 +++ 5 <![end-metadata]--> 6 7 # Distribution API Implementations 8 9 This is a list of known implementations of the Distribution API spec. 10 11 ## [Docker Distribution Registry](https://github.com/docker/distribution) 12 13 Docker distribution is the reference implementation of the distribution API 14 specification. It aims to fully implement the entire specification. 15 16 ### Releases 17 #### 2.0.1 (_in development_) 18 Implements API 2.0.1 19 20 _Known Issues_ 21 - No resumable push support 22 - Content ranges ignored 23 - Blob upload status will always return a starting range of 0 24 25 #### 2.0.0 26 Implements API 2.0.0 27 28 _Known Issues_ 29 - No resumable push support 30 - No PATCH implementation for blob upload 31 - Content ranges ignored 32