moby--moby/image/tarexport
Derek McGowan 5487881e12 Fix calculation of relative path for symlink on docker save
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)
2016-07-25 13:28:10 -07:00
..
load.go Report load progress on compressed layer size 2016-06-24 15:28:26 -07:00
save.go Fix calculation of relative path for symlink on docker save 2016-07-25 13:28:10 -07:00
tarexport.go Use describable interfaces 2016-06-06 17:49:34 -07:00