spiegel_podman/vendor/github.com/containers/common/libimage
Valentin Rothberg fad14dafe1 faster image inspection
Vendor the latest HEAD in c/common to pull in changes for a faster
inspection of images.  Previously, only the size computation was
optional, now the one for the parent image is as well.

In many cases, the parent image is not needed but it takes around 10ms
on my local machine.  With this change, we cut off 10ms from many code
paths, most importantly, container creation.

[NO NEW TESTS NEEDED]

Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
2021-10-08 14:47:33 +02:00
..
manifests image prune: support removing external containers 2021-09-28 10:24:16 +02:00
copier.go bump c/common to latest and c/storage to 1.37.0 2021-10-04 16:34:10 +02:00
disk_usage.go manifest: rm should not remove referenced images. 2021-09-02 17:30:02 +05:30
download.go fix systemcontext to use correct TMPDIR 2021-06-18 19:53:24 -04:00
events.go podman image tree: restore previous behavior 2021-05-12 17:56:59 +02:00
filters.go image prune: support removing external containers 2021-09-28 10:24:16 +02:00
history.go migrate Podman to containers/common/libimage 2021-05-05 11:30:12 +02:00
image.go image prune: support removing external containers 2021-09-28 10:24:16 +02:00
image_config.go bump c/common to latest and c/storage to 1.37.0 2021-10-04 16:34:10 +02:00
image_tree.go vendor containers/common@main 2021-07-16 17:32:37 +02:00
import.go Add --accept-repositories integration tests 2021-07-30 14:53:55 +02:00
inspect.go faster image inspection 2021-10-08 14:47:33 +02:00
layer_tree.go refine dangling checks 2021-07-26 09:28:17 +02:00
load.go bump c/common to latest and c/storage to 1.37.0 2021-10-04 16:34:10 +02:00
manifest_list.go vendor containers/common@main 2021-07-16 14:19:56 +02:00
normalize.go support tag@digest notation 2021-05-31 14:38:43 +02:00
oci.go migrate Podman to containers/common/libimage 2021-05-05 11:30:12 +02:00
pull.go faster image inspection 2021-10-08 14:47:33 +02:00
push.go vendor containers/common@main 2021-07-16 14:19:56 +02:00
runtime.go bump c/common to latest and c/storage to 1.37.0 2021-10-04 16:34:10 +02:00
save.go vendor containers/common@main 2021-07-16 14:19:56 +02:00
search.go faster image inspection 2021-10-08 14:47:33 +02:00