1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/pkg/chrootarchive
Vincent Batts 56bf275e32 archive, chrootarchive: split out decompression
In `ApplyLayer` and `Untar`, the stream is magically decompressed. Since
this is not able to be toggled, rather than break this ./pkg/ API, add
an `ApplyUncompressedLayer` and `UntarUncompressed` that does not
magically decompress the layer stream.

Signed-off-by: Vincent Batts <vbatts@redhat.com>
2015-07-28 16:36:38 -04:00
..
archive.go archive, chrootarchive: split out decompression 2015-07-28 16:36:38 -04:00
archive_test.go
archive_unix.go archive, chrootarchive: split out decompression 2015-07-28 16:36:38 -04:00
archive_windows.go Windows: Docker build starting to work 2015-06-17 10:41:28 -07:00
diff_unix.go archive, chrootarchive: split out decompression 2015-07-28 16:36:38 -04:00
diff_windows.go Enable validate-lint as part of CI 2015-07-22 15:23:34 -07:00
init_unix.go Windows: Docker build starting to work 2015-06-17 10:41:28 -07:00
init_windows.go Windows: Docker build starting to work 2015-06-17 10:41:28 -07:00