mirror of
https://github.com/containerd/containerd.git
synced 2026-07-12 10:36:11 +00:00
- For remote snapshotters, the unpack phase serves as an important step for preparing the remote snapshot. With the missing unpacker.Wait, the snapshotter `Prepare` context is always canceled. - This patch allows remote snapshotter based archives to be imported via the transfer service or `ctr image import` Signed-off-by: Edgar Lee <edgarhinshunlee@gmail.com>