1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/builder
Tonis Tiigi f4dbb093eb Fix symlink handling in builder ADD/COPY commands
Fixes #17290

Fixes following issues:

- Cache checksums turning off while walking a broken symlink.

- Cache checksums were taken from symlinks while targets were actually copied.

- Copying a symlink pointing to a file to a directory used the basename of the target as a destination basename, instead of basename of the symlink.

Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
(cherry picked from commit 47da59f7ec)
2015-11-09 18:36:29 -05:00
..
dockerfile Fix symlink handling in builder ADD/COPY commands 2015-11-09 18:36:29 -05:00
builder.go Fix symlink handling in builder ADD/COPY commands 2015-11-09 18:36:29 -05:00
dockerignore.go Abstract builder and implement server-side dockerfile builder 2015-10-06 19:10:19 -04:00
git.go Abstract builder and implement server-side dockerfile builder 2015-10-06 19:10:19 -04:00
remote.go Abstract builder and implement server-side dockerfile builder 2015-10-06 19:10:19 -04:00
remote_test.go Abstract builder and implement server-side dockerfile builder 2015-10-06 19:10:19 -04:00
tarsum.go Fix symlink handling in builder ADD/COPY commands 2015-11-09 18:36:29 -05:00