mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-27 07:16:19 +09:00
d2878d841b
The previous snapshotParentFromLayers manually decompressed layer blobs to compute diffIDs, which could diverge from the IDs that containerd's Unpack uses (e.g. gzip vs zstd). Use image.RootFS() instead — the canonical source containerd itself relies on.