mirror of
https://github.com/containers/podman.git
synced 2025-11-29 01:28:22 +08:00
When `/proc/sys/fs/binfmt_misc` is not mounted, filepath.WalkDir may return fs.ErrNotExist errors. These should be handled gracefully and return nil instead of causing a panic. Signed-off-by: Peiyuan Song <squallatf@gmail.com>