distribution/docs/content/spec/implementations.md
David Karlsson b911020c1f docs: fix markup and broken links
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-10-12 09:32:37 +02:00

700 B

draft
true

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