mirror of
https://github.com/moby/moby.git
synced 2026-07-24 16:26:51 +00:00
Refactor GetContainerLayerSize to calculate unpacked image size only by following the snapshot parent tree directly instead of following it by using diff ids from image config. This works even if the original manifest/config used to create that container is no longer present in the content store. Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>