registry/docs/spec/implementations.md
Misty Stanley-Jones 6b3ccf9640 Convert Markdown frontmatter to YAML
Some frontmatter such as the weights, menu stuff, etc is no longer used
'draft=true' becomes 'published: false'

Signed-off-by: Misty Stanley-Jones <misty@docker.com>
(cherry picked from commit f180e9a934)
Signed-off-by: Misty Stanley-Jones <misty@docker.com>
(cherry picked from commit c5a8e74c562cd62db83df69ec71d9cee3e346317)
Signed-off-by: Misty Stanley-Jones <misty@docker.com>
2016-11-11 11:58:31 -08:00

699 B

published
false

Distribution API Implementations

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

Docker Distribution Registry

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