mirror of
https://github.com/moby/moby.git
synced 2026-07-14 11:31:53 +00:00
This pulls in the migration of go-winio/backuptar from the bundled fork of archive/tar from Go 1.6 to using Go's current archive/tar unmodified. This fixes the failure to import an OCI layer (tar stream) containing a file larger than 8gB. Fixes: #40444 Signed-off-by: Paul "TBBle" Hampson <Paul.Hampson@Pobox.com>