docker/pkg/archive
Vincent Demeester 778e32a2fa Merge pull request #31236 from tonistiigi/docker-stdin
build: accept -f - to read Dockerfile from stdin
2017-04-10 20:14:54 +02:00
..
testdata
README.md
archive.go Upadte archive.ReplaceFileTarWrapper() to not expect a sorted archive 2017-04-06 13:36:34 -04:00
archive_linux.go pkg: return directly without ifs where possible 2016-12-13 22:10:11 +02:00
archive_linux_test.go
archive_other.go
archive_test.go Upadte archive.ReplaceFileTarWrapper() to not expect a sorted archive 2017-04-06 13:36:34 -04:00
archive_unix.go pkg/{chroot,}archive: clean up a few small issues 2017-03-30 16:37:54 +03:00
archive_unix_test.go Add functional support for Docker sub commands on Solaris 2016-11-07 09:06:34 -08:00
archive_windows.go Add support for COPY from previous rootfs 2017-03-23 15:12:15 -07:00
archive_windows_test.go
changes.go pkg/{chroot,}archive: clean up a few small issues 2017-03-30 16:37:54 +03:00
changes_linux.go rectify function and variable referred in pkg/archive/changes_linux.go 2016-12-16 14:58:47 +08:00
changes_other.go
changes_posix_test.go Add functional support for Docker sub commands on Solaris 2016-11-07 09:06:34 -08:00
changes_test.go Add functional support for Docker sub commands on Solaris 2016-11-07 09:06:34 -08:00
changes_unix.go
changes_windows.go Tidy pkg\system *stat* functions 2017-04-05 16:01:53 -07:00
copy.go
copy_unix.go
copy_unix_test.go fix typo 2017-01-19 15:52:28 +08:00
copy_windows.go
diff.go pkg/archive/diff.go: avoid redundant options init 2017-03-15 18:03:33 +02:00
diff_test.go
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.