File: implementations.md

package info (click to toggle)
docker-registry 2.8.1%2Bds1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 3,148 kB
  • sloc: sh: 331; makefile: 82
file content (30 lines) | stat: -rw-r--r-- 699 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
published: false
---

# Distribution API Implementations

This is a list of known implementations of the Distribution API spec.

## [Docker Distribution Registry](https://github.com/docker/distribution)

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