moby--moby/pkg/archive
Phil Estes 06d95003b3 Fix CopyWithTar creation of new destination dir as remapped root
If the destination does not exist, it needs to be created with ownership
mapping to the remapped uid/gid ranges if user namespaces are enabled.
This fixes ADD operations, similar to the prior fixes for COPY and WORKDIR.

Docker-DCO-1.1-Signed-off-by: Phil Estes <estesp@linux.vnet.ibm.com> (github: estesp)
2016-03-12 23:05:45 -05:00
..
testdata
README.md
archive.go Fix CopyWithTar creation of new destination dir as remapped root 2016-03-12 23:05:45 -05:00
archive_test.go Windows CI: Unit Tests stop running failing archive test 2016-03-01 13:27:44 -08:00
archive_unix.go Fix typos found across repository 2015-12-13 18:04:12 +02:00
archive_unix_test.go Windows CI: test-unit on pkg\archive part 2 2016-02-12 15:40:41 -08:00
archive_windows.go Fix typos found across repository 2015-12-13 18:04:12 +02:00
archive_windows_test.go Windows CI: test-unit on pkg\archive part 2 2016-02-12 15:40:41 -08:00
changes.go Fix typos found across repository 2015-12-13 18:04:12 +02:00
changes_linux.go
changes_other.go
changes_posix_test.go
changes_test.go Windows CI: test-unit on pkg\archive part 2 2016-02-12 15:40:41 -08:00
changes_unix.go Fixes #9283. Consider hardlinks in image size. 2015-10-17 12:24:05 +02:00
changes_windows.go Fixes #9283. Consider hardlinks in image size. 2015-10-17 12:24:05 +02:00
copy.go Add '-L' option for `cp` 2015-11-21 00:36:56 +08:00
copy_unix.go
copy_unix_test.go Windows CI: test-unit on pkg\archive part 2 2016-02-12 15:40:41 -08:00
copy_windows.go
diff.go Fix opq whiteouts problems for files with dot prefix 2015-11-08 23:00:01 -08:00
diff_test.go Windows CI: test-unit on pkg\archive part 2 2016-02-12 15:40:41 -08:00
example_changes.go
time_linux.go
time_unsupported.go
utils_test.go
whiteouts.go Fix typos found across repository 2015-12-13 18:04:12 +02:00
wrap.go
wrap_test.go

README.md

This code provides helper functions for dealing with archive files.