storage/pkg/archive
Miloslav Trmač fe82b4d4cc Use //nolint
Should not change behavior.

Signed-off-by: Miloslav Trmač <mitr@redhat.com>
2022-10-14 17:17:54 +02:00
..
testdata Move archive package into pkg/archive 2014-09-29 23:23:36 -07:00
README.md Update packages to match latest code in moby/pkg 2017-09-12 18:00:29 +00:00
archive.go Abort the writer in TarWithOptions on error 2022-10-14 17:17:53 +02:00
archive_19.go pkg/archive: truncate ModTime when we'd otherwise round it 2018-12-06 13:50:38 -05:00
archive_110.go pkg/archive: truncate ModTime when we'd otherwise round it 2018-12-06 13:50:38 -05:00
archive_bsd.go pkg/archive: Use archive_unix.go on FreeBSD 2022-09-29 11:37:32 +01:00
archive_linux.go pkg/archive: Use archive_unix.go on FreeBSD 2022-09-29 11:37:32 +01:00
archive_linux_test.go Comment fixups 2022-09-14 10:53:00 -04:00
archive_other.go archive: make getFileOwner public 2021-03-09 15:35:36 +01:00
archive_test.go Add missing error checks in tests 2022-10-14 17:17:54 +02:00
archive_unix.go Use //nolint 2022-10-14 17:17:54 +02:00
archive_unix_test.go pkg/archive: Disable tests which cannot work on FreeBSD 2022-09-27 17:47:10 +01:00
archive_windows.go pkg/archive: Add a wrapper for os.Link which does not follow symlinks 2022-09-27 17:47:09 +01:00
archive_windows_test.go Use os.WriteFile instead of ioutil.WriteFile 2022-09-12 16:31:34 +02:00
archive_zstd.go Revert "archive: use valyala/gozstd" 2022-01-17 16:16:46 +01:00
changes.go Misc. warning cleanups 2022-10-01 02:53:06 +02:00
changes_linux.go archive, rootless: use user.* instead of trusted.* 2021-04-06 17:10:24 +02:00
changes_other.go Switch most calls to filepath.Walk to filepath.WalkDir 2022-04-06 09:42:25 -04:00
changes_posix_test.go test: use `T.TempDir` to create temporary test directory 2022-08-30 01:21:37 +08:00
changes_test.go Add missing error checks in tests 2022-10-14 17:17:54 +02:00
changes_unix.go Coverity errors found 2020-07-27 15:50:08 -04:00
changes_windows.go Support for per-container uid/gid mapping: lower 2018-04-03 10:34:32 -04:00
copy.go Use io.NopCloser instead of ioutil.NopCloser 2022-09-12 16:31:37 +02:00
copy_unix.go Windows - make docker cp functional 2015-08-06 11:22:38 -07:00
copy_unix_test.go Comment fixups 2022-09-14 10:53:00 -04:00
copy_windows.go Windows - make docker cp functional 2015-08-06 11:22:38 -07:00
diff.go Misc error handling fixes or warning silences 2022-10-01 02:46:52 +02:00
diff_test.go Use os.WriteFile instead of ioutil.WriteFile 2022-09-12 16:31:34 +02:00
example_changes.go Use os.WriteFile instead of ioutil.WriteFile 2022-09-12 16:31:34 +02:00
time_linux.go Move archive package into pkg/archive 2014-09-29 23:23:36 -07:00
time_unsupported.go Move archive package into pkg/archive 2014-09-29 23:23:36 -07:00
utils_test.go Add missing error checks in tests 2022-10-14 17:17:54 +02:00
whiteouts.go Fix typos found across repository 2015-12-13 18:04:12 +02:00
wrap.go Update packages to match latest code in moby/pkg 2017-09-12 18:00:29 +00:00
wrap_test.go Add missing error checks in tests 2022-10-14 17:17:54 +02:00

README.md

This code provides helper functions for dealing with archive files.