1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/builder/remotecontext
Simon Ferquel 41eb61d5c2 Respect tar entries modes when rewriting them on Windows
Previously, only perm-related bits where preserved when rewriting
FileMode in tar entries on Windows. This had the nasty side effect of
having tarsum returning different values when executing from a tar filed
produced on Windows or Linux.

This fix the issue, and pave the way for incremental build context
to work in hybrid contexts.

Signed-off-by: Simon Ferquel <simon.ferquel@docker.com>
2017-05-02 11:36:43 +02:00
..
detect.go Extract squash and tagging from the Dockerfile builder. 2017-05-01 12:07:32 -04:00
detect_test.go Refactor remote context parsing 2017-04-25 14:35:31 -07:00
filehash.go
git.go Refactor remote context parsing 2017-04-25 14:35:31 -07:00
lazycontext.go Refactor remote context parsing 2017-04-25 14:35:31 -07:00
remote.go Refactor remote context parsing 2017-04-25 14:35:31 -07:00
remote_test.go Refactor remote context parsing 2017-04-25 14:35:31 -07:00
tarsum.go Refactor remote context parsing 2017-04-25 14:35:31 -07:00
tarsum_test.go Respect tar entries modes when rewriting them on Windows 2017-05-02 11:36:43 +02:00
utils_test.go Refactor remote context parsing 2017-04-25 14:35:31 -07:00