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.
2 parents cf3ca0c + 54a193f commit dd38b7eCopy full SHA for dd38b7e
spec.md
@@ -428,6 +428,10 @@ The `<location>` is a pullable manifest URL.
428
429
An attempt to pull a nonexistent repository MUST return response code `404 Not Found`.
430
431
+A registry SHOULD enforce some limit on the maximum manifest size that it can accept.
432
+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`.
433
+Client and registry implementations SHOULD expect to be able to support manifest pushes of at least 4 megabytes.
434
+
435
#### Content Discovery
436
437
Currently, the only functionality provided by this workflow is the ability to discover tags.
0 commit comments