spiegel_podman/vendor/github.com/containers/storage/pkg/archive
Daniel J Walsh 82a6b373a5 Vendor in latest containers/storage and containers/image
Update container/image to address a commit error when copying layers and metadata.
This change may require users to recreate containers.

container/storage added some new lock protection to prevent possible deadlock and
data corruption.

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>

Closes: #1381
Approved by: mheon
2018-08-31 09:49:56 +00:00
..
archive.go Vendor in latest containers/storage 2018-06-02 15:58:33 +00:00
archive_19.go Vendor in latest containers/storage 2018-06-02 15:58:33 +00:00
archive_110.go Vendor in latest containers/storage 2018-06-02 15:58:33 +00:00
archive_ffjson.go Vendor in latest containers/storage 2018-06-02 15:58:33 +00:00
archive_linux.go Update containers/storage to pick up overlay driver fix 2018-03-26 16:21:10 +00:00
archive_other.go Update containers/storage to pick up overlay driver fix 2018-03-26 16:21:10 +00:00
archive_unix.go Initial checkin from CRI-O repo 2017-11-01 11:24:59 -04:00
archive_windows.go Initial checkin from CRI-O repo 2017-11-01 11:24:59 -04:00
changes.go Vendor in latest containers/storage and containers/image 2018-04-05 21:21:08 +00:00
changes_linux.go Vendor in latest containers/storage and containers/image 2018-04-05 21:21:08 +00:00
changes_other.go Vendor in latest containers/storage and containers/image 2018-04-05 21:21:08 +00:00
changes_unix.go Vendor in latest containers/storage and containers/image 2018-04-05 21:21:08 +00:00
changes_windows.go Vendor in latest containers/storage and containers/image 2018-04-05 21:21:08 +00:00
copy.go Initial checkin from CRI-O repo 2017-11-01 11:24:59 -04:00
copy_unix.go Initial checkin from CRI-O repo 2017-11-01 11:24:59 -04:00
copy_windows.go Initial checkin from CRI-O repo 2017-11-01 11:24:59 -04:00
diff.go Vendor in latest containers/storage and containers/image 2018-04-05 21:21:08 +00:00
example_changes.go Vendor in latest containers/storage and containers/image 2018-08-31 09:49:56 +00:00
README.md Initial checkin from CRI-O repo 2017-11-01 11:24:59 -04:00
time_linux.go Initial checkin from CRI-O repo 2017-11-01 11:24:59 -04:00
time_unsupported.go Initial checkin from CRI-O repo 2017-11-01 11:24:59 -04:00
whiteouts.go Initial checkin from CRI-O repo 2017-11-01 11:24:59 -04:00
wrap.go Initial checkin from CRI-O repo 2017-11-01 11:24:59 -04:00

This code provides helper functions for dealing with archive files.