mirror of
https://github.com/containers/podman.git
synced 2026-01-18 10:59:19 -05: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>