| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
…ontainerd#38) * fix(archive): handle whiteout ancestors during root path resolution * fix(archive): skip mtime replay for replaced dirs (cherry picked from commit 5a36943)
| Back | FazBrowse Home | New Git URL |
Background
Backport #38 from v1.7 to release/1.7+labring. Archive apply can fail with ENOTDIR before mkparent runs because fs.RootPath resolves parent paths first and can hit an overlay whiteout ancestor.
Changes
Risks / Notes
Only overlay whiteout character devices are replaced. Regular files, symlinks, and non-whiteout device nodes still fail as non-directory parents. This PR does not include a release tag.