containerd/archive
Samuel Karp 5560b622d6
archive: Explicitly specify stdio for tar(1)
Different tar(1) implementations default to different input and output
locations when none is specified.  This can include tape devices like
/dev/st0 (on Linux) or /dev/sa0 (on FreeBSD), but may be overridden by
compilation options or environment variables.  Using the f option with
the special value of - instructs tar(1) to read from stdin and write to
stdout instead of the default.

Signed-off-by: Samuel Karp <me@samuelkarp.com>
2022-06-09 18:54:10 -07:00
..
compression Restore decompression benchmarks 2022-05-18 18:25:11 +00:00
tartest Fix annotation typo error 2018-12-14 23:18:42 +08:00
issues_test.go test: use T.TempDir to create temporary test directory 2022-03-15 14:03:50 +08:00
link_default.go archive: use Linkat on FreeBSD for hardlinks 2022-06-09 18:54:09 -07:00
link_freebsd.go archive: use Linkat on FreeBSD for hardlinks 2022-06-09 18:54:09 -07:00
tar_freebsd.go Remove redundant build tags 2021-08-05 22:27:46 -07:00
tar_linux_test.go test: use T.TempDir to create temporary test directory 2022-03-15 14:03:50 +08:00
tar_mostunix.go Run go fmt with Go 1.17 2021-08-22 09:31:50 +09:00
tar_opts_linux.go Remove redundant build tags 2021-08-05 22:27:46 -07:00
tar_opts_windows.go docs: rename main to master 2021-08-10 09:42:16 -07:00
tar_opts.go Implement windowsDiff.Compare via hcsshim/pkg/ociwclayer 2021-04-10 02:02:33 +10:00
tar_test.go archive: Explicitly specify stdio for tar(1) 2022-06-09 18:54:10 -07:00
tar_unix.go feat: replace github.com/pkg/errors to errors 2022-01-07 10:27:03 +08:00
tar_windows.go feat: replace github.com/pkg/errors to errors 2022-01-07 10:27:03 +08:00
tar.go archive: use Linkat on FreeBSD for hardlinks 2022-06-09 18:54:09 -07:00
time_unix.go feat: replace github.com/pkg/errors to errors 2022-01-07 10:27:03 +08:00
time_windows.go Licence header added 2018-02-19 10:32:26 +09:00
time.go Licence header added 2018-02-19 10:32:26 +09:00