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

README.md

This code provides helper functions for dealing with archive files.