File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -423,13 +423,17 @@ Manifest byte stream:
423423
424424The uploaded manifest MUST reference any blobs that make up the artifact.
425425However, the list of blobs MAY be empty.
426+
427+ The registry MUST store the manifest in the exact byte representation provided by the client.
426428Upon a successful upload, the registry MUST return response code ` 201 Created ` , and MUST have the following header:
427429
428430```
429431Location: <location>
430432```
431433
432434The ` <location> ` is a pullable manifest URL.
435+ The Docker-Content-Digest header returns the canonical digest of the uploaded blob, and MUST be equal to the client provided digest.
436+ Clients MAY ignore the value but if it is used, the client SHOULD verify the value against the uploaded blob data.
433437
434438An attempt to pull a nonexistent repository MUST return response code ` 404 Not Found ` .
435439
You can’t perform that action at this time.
0 commit comments