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