buildkit/source
ktock a9ba84fd5e Limit size of additional label for avoiding preparation failure
In containerd, there is a size limit for label size (4096 chars).
If an image has many layers (> (4096-43)/72 > 55),
`containerd.io/snapshot/remote/stargz.layers` will hit the limit of
label size and the remote snapshot preparation will fail.
This commit fixes this by limiting the size of the label.

Signed-off-by: ktock <ktokunaga.mail@gmail.com>
2020-09-11 11:40:56 +09:00
..
containerimage Limit size of additional label for avoiding preparation failure 2020-09-11 11:40:56 +09:00
git Add support for lazily-pulled blobs in cache manager. 2020-08-05 17:18:43 -07:00
http Add support for lazily-pulled blobs in cache manager. 2020-08-05 17:18:43 -07:00
local Add support for lazily-pulled blobs in cache manager. 2020-08-05 17:18:43 -07:00
gitidentifier.go git: support for token authentication 2020-06-16 17:00:06 -07:00
identifier.go lint: enable golint 2020-07-19 09:28:24 -07:00
manager.go Add support for lazily-pulled blobs in cache manager. 2020-08-05 17:18:43 -07:00