spiegel_podman/vendor/github.com/containers/storage/pkg/archive
Sascha Grunert 63e46cc85c
Add support for image name history
We leverage the containers/storage image history tracking feature to
show the previously used image names when running:
`podman images --history`

Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2019-11-27 13:42:06 +01:00
..
archive.go Add support for image name history 2019-11-27 13:42:06 +01:00
archive_19.go vendor in new containers/storage 2019-01-03 12:49:30 -06:00
archive_110.go vendor in new containers/storage 2019-01-03 12:49:30 -06:00
archive_ffjson.go github.com/containers/storage v1.12.13 2019-08-01 03:46:14 -04:00
archive_linux.go build(deps): bump github.com/containers/storage from 1.13.5 to 1.14.0 2019-11-22 15:03:53 +01: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
archive_zstd.go github.com/containers/storage v1.12.13 2019-08-01 03:46:14 -04:00
changes.go Add support for image name history 2019-11-27 13:42:06 +01:00
changes_linux.go Add support for image name history 2019-11-27 13:42:06 +01: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 github.com/containers/storage v1.12.13 2019-08-01 03:46:14 -04: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.