mirror of
https://github.com/containerd/containerd.git
synced 2026-07-26 11:21:00 +00:00
Schema1 manifests did not set a size in the digest for the blobs, breaking the expectations of the update http seeking reader. Now the http seeker has been updated to support unknown size as a value of negative 1 and the schema1 puller sets the unknown size accordingly. Signed-off-by: Derek McGowan <derek@mcgstyle.net>