mirror of
https://github.com/moby/moby.git
synced 2026-07-11 18:13:57 +00:00
Relative paths are now calculated from a base path rather than from the file path, which gets treated like a directory. Symlinks will now properly point to the file as "../<layer dir>/layer.tar" rather the incorrect "../../<layer dir>/layer.tar". Fixes #24951 Signed-off-by: Derek McGowan <derek@mcgstyle.net> (github: dmcgowan)