luet/pkg/api/core/image
Ettore Di Giacinto 44e66cc729 Use tarball.LayerFromOpener
tarball.LayerFromReader slurps the whole src in memory. The payoff is
that we might read the file multiple time as internally it's called
multiple times.
2021-11-22 11:27:46 +01:00
..
cache_test.go Add cache to avoid RAM consumption 2021-10-26 16:56:49 +02:00
cache.go Add CreateTar to image API 2021-10-29 10:35:03 +02:00
create_test.go Drop code which is called already by containerd 2021-11-10 16:28:22 +01:00
create.go Use tarball.LayerFromOpener 2021-11-22 11:27:46 +01:00
delta_test.go Drop code which is called already by containerd 2021-11-10 16:28:22 +01:00
delta.go Add crane-based methods for extraction 2021-10-24 18:26:08 +02:00
extract_test.go Drop code which is called already by containerd 2021-11-10 16:28:22 +01:00
extract.go Drop code which is called already by containerd 2021-11-10 16:28:22 +01:00
mutator_suite_test.go tests: pull image before running 2021-10-24 18:26:30 +02:00