opencontainers / distribution-spec

OCI Distribution Specification
https://opencontainers.org
Apache License 2.0
811 stars 202 forks source link

Add a patch status to recover failed requests #366

Closed sudo-bmitch closed 1 year ago

sudo-bmitch commented 1 year ago

Signed-off-by: Brandon Mitchell git@bmitch.net

Fixes #353.

This defines the get blob upload API from the Docker spec, which is needed to recover an interrupted patch request when the client and server state get out of sync. It also includes updated conformance tests. Fixes to these APIs were recently added in distribution/distribution PR 3755.

sudo-bmitch commented 1 year ago

@opencontainers/distribution-spec-maintainers any objections to merging?