mirror of
https://github.com/containerd/containerd.git
synced 2026-08-10 01:48:39 +00:00
Rather than exiting early with an error, just output that the content does not exist locally and continue. This is helpful for displaying multiplatform images when the content for every platform was not pulled. If a platform that did not exist locally showed up before one that did, the inspect would error out before even showing the content. Signed-off-by: Derek McGowan <derek@mcg.dev>