Skip to content

Commit

Permalink
Revert to old wording pertaining to digests
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Engelbert <[email protected]>
  • Loading branch information
pmengelbert committed Dec 1, 2020
1 parent d2ceae7 commit 321694a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -333,9 +333,12 @@ The response to a successful mount MUST be `201 Created`, and MUST contain the f
Location: <blob-location>
```

The Location header will contain the registry URL to access the accepted layer file. The Docker-Content-Digest
header returns the canonical digest of the uploaded blob which MAY differ from the provided digest. Most clients MAY
ignore the value but if it is used, the client SHOULD verify the value against the uploaded blob data.

Alternatively, if a registry does not support cross-repository mounting, it SHOULD return a `202`, indicating that the
upload session has begun and that the client MAY proceed with the upload.
Alternatively, if a registry does not support cross-repository mounting or is unable to mount the requested blob,
it SHOULD return a `202`. This indicates that the upload session has begun and that the client MAY proceed with the upload.

##### Pushing Manifests

Expand Down

0 comments on commit 321694a

Please sign in to comment.