File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -409,6 +409,8 @@ Location: <blob-location>
409409
410410Here, ` <blob-location> ` is a pullable blob URL.
411411
412+ If the final chunk is uploaded out of order, the registry MUST respond with a ` 416 Requested Range Not Satisfiable ` code.
413+
412414---
413415
414416To get the current status after a 416 error, issue a ` GET ` request to a URL ` <location> ` <sup >[ end-13] ( #endpoints ) </sup >.
@@ -795,7 +797,7 @@ This endpoint MAY be used for authentication/authorization purposes, but this is
795797| end-4a | ` POST ` | ` /v2/<name>/blobs/uploads/ ` | ` 202 ` | ` 404 ` |
796798| end-4b | ` POST ` | ` /v2/<name>/blobs/uploads/?digest=<digest> ` | ` 201 ` /` 202 ` | ` 404 ` /` 400 ` |
797799| end-5 | ` PATCH ` | ` /v2/<name>/blobs/uploads/<reference> ` | ` 202 ` | ` 404 ` /` 416 ` |
798- | end-6 | ` PUT ` | ` /v2/<name>/blobs/uploads/<reference>?digest=<digest> ` | ` 201 ` | ` 404 ` /` 400 ` |
800+ | end-6 | ` PUT ` | ` /v2/<name>/blobs/uploads/<reference>?digest=<digest> ` | ` 201 ` | ` 404 ` /` 400 ` / ` 416 ` |
799801| end-7 | ` PUT ` | ` /v2/<name>/manifests/<reference> ` | ` 201 ` | ` 404 ` /` 413 ` |
800802| end-8a | ` GET ` | ` /v2/<name>/tags/list ` | ` 200 ` | ` 404 ` |
801803| end-8b | ` GET ` | ` /v2/<name>/tags/list?n=<integer>&last=<tagname> ` | ` 200 ` | ` 404 ` |
You can’t perform that action at this time.
0 commit comments