mirror of
https://github.com/containerd/containerd.git
synced 2026-07-22 15:34:12 +00:00
Not reading all the data from the tar reader causes the layer digest mismatch which causes failures during unpack of certain images for lcow. This changes fixes that. Signed-off-by: Amit Barve <ambarve@microsoft.com>