moby--moby/pkg/archive
Phil Estes 1626c9dae0 Skip aufs whiteout files on userns translation to container
aufs kernel module creates whiteout files on upper layer delete (and
other situations) and those files already are 'translated' regarding
ownership in host terms (e.g. they are already "0:0" owned), so when
these layers are copied around with pkg/archive we don't want to try and
translate these files regarding ownership.

Docker-DCO-1.1-Signed-off-by: Phil Estes <estesp@linux.vnet.ibm.com> (github: estesp)
2015-12-09 10:11:32 -05:00
..
testdata
README.md
archive.go Skip aufs whiteout files on userns translation to container 2015-12-09 10:11:32 -05:00
archive_test.go Merge pull request #18123 from aidanhs/aphs-fail-on-broken-tar 2015-12-07 14:38:21 +01:00
archive_unix.go
archive_unix_test.go
archive_windows.go
archive_windows_test.go
changes.go
changes_linux.go
changes_other.go
changes_posix_test.go
changes_test.go Add '-L' option for `cp` 2015-11-21 00:36:56 +08:00
changes_unix.go
changes_windows.go
copy.go Add '-L' option for `cp` 2015-11-21 00:36:56 +08:00
copy_test.go Add '-L' option for `cp` 2015-11-21 00:36:56 +08:00
copy_unix.go
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 Fix opq whiteouts problems for files with dot prefix 2015-11-08 23:00:01 -08:00
example_changes.go
time_linux.go
time_unsupported.go
utils_test.go
whiteouts.go
wrap.go
wrap_test.go

README.md

This code provides helper functions for dealing with archive files.