We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7108d95 commit 54a193fCopy full SHA for 54a193f
spec.md
@@ -402,6 +402,10 @@ The `<location>` is a pullable manifest URL.
402
403
An attempt to pull a nonexistent repository MUST return response code `404 Not Found`
404
405
+A registry SHOULD enforce some limit on the maximum manifest size that it can accept.
406
+A registry that enforces this limit SHOULD respond to a request to push a manifest over this limit with a response code `413 Payload Too Large`.
407
+Client and registry implementations SHOULD expect to be able to support manifest pushes of at least 4 megabytes.
408
+
409
#### Content Discovery
410
411
Currently, the only functionality provided by this workflow is the ability to discover tags.
0 commit comments