Simon Ferquel 41eb61d5c2 Respect tar entries modes when rewriting them on Windows 8 years ago
..
testdata 30d5a42c1f Move archive package into pkg/archive 10 years ago
README.md 30d5a42c1f Move archive package into pkg/archive 10 years ago
archive.go 8cd6c30a48 Upadte archive.ReplaceFileTarWrapper() to not expect a sorted archive 8 years ago
archive_linux.go 418e612383 pkg: return directly without ifs where possible 8 years ago
archive_linux_test.go daa7019517 Ensure opaque directory permissions respected 8 years ago
archive_other.go 8222c86360 Update archive package to support overlay whiteouts 9 years ago
archive_test.go 6052f2b396 Remove pkg/testutil/assert in favor of testify 8 years ago
archive_unix.go 087f7307a6 pkg/{chroot,}archive: clean up a few small issues 8 years ago
archive_unix_test.go 934328d8ea Add functional support for Docker sub commands on Solaris 8 years ago
archive_windows.go 41eb61d5c2 Respect tar entries modes when rewriting them on Windows 8 years ago
archive_windows_test.go 41eb61d5c2 Respect tar entries modes when rewriting them on Windows 8 years ago
changes.go 087f7307a6 pkg/{chroot,}archive: clean up a few small issues 8 years ago
changes_linux.go e5ada578c3 rectify function and variable referred in pkg/archive/changes_linux.go 8 years ago
changes_other.go 3c177dc877 Windows: Docker build starting to work 10 years ago
changes_posix_test.go 934328d8ea Add functional support for Docker sub commands on Solaris 8 years ago
changes_test.go 934328d8ea Add functional support for Docker sub commands on Solaris 8 years ago
changes_unix.go 4102537cfd Fixes #9283. Consider hardlinks in image size. 9 years ago
changes_windows.go 16c1ede79c Tidy pkg\system *stat* functions 8 years ago
copy.go aa2cc18745 pkg/archive: remove unnecessary Archive and Reader type 8 years ago
copy_unix.go 2a237615c0 Windows - make docker cp functional 10 years ago
copy_unix_test.go 40af569164 fix typo 8 years ago
copy_windows.go 2a237615c0 Windows - make docker cp functional 10 years ago
diff.go 5957dc4899 pkg/archive/diff.go: avoid redundant options init 8 years ago
diff_test.go d6b7819185 Windows CI: test-unit on pkg\archive part 2 9 years ago
example_changes.go f710a8d774 archive: example app for diffing directories 10 years ago
time_linux.go 30d5a42c1f Move archive package into pkg/archive 10 years ago
time_unsupported.go 30d5a42c1f Move archive package into pkg/archive 10 years ago
utils_test.go aa2cc18745 pkg/archive: remove unnecessary Archive and Reader type 8 years ago
whiteouts.go 927b334ebf Fix typos found across repository 9 years ago
wrap.go aa2cc18745 pkg/archive: remove unnecessary Archive and Reader type 8 years ago
wrap_test.go c21d408ad2 Add coverage on pkg/archive 10 years ago

README.md

This code provides helper functions for dealing with archive files.