mirror of
https://github.com/containerd/containerd.git
synced 2026-07-06 14:50:34 +00:00
Prevent unpack failures due to id collision or the need to wait for another process to finish unpacking. Always attempt to unpack a layer and handle collisions on commit. Commit collisions are easily handled as it could be considered the same as a successful unpack. Signed-off-by: Derek McGowan <derek@mcgstyle.net>