luet/pkg/api/core/image
Ettore Di Giacinto b974f44095 Add cache to avoid RAM consumption
When we have huge file lists we can burst too much into RAM which would
cause OOMs in certain devices. Use instead a smart cache which
automatically drops to disk when necessary.
2021-10-26 16:56:49 +02:00
..
cache_test.go Add cache to avoid RAM consumption 2021-10-26 16:56:49 +02:00
cache.go Add cache to avoid RAM consumption 2021-10-26 16:56:49 +02:00
delta_test.go Walk destination only once when computing delta 2021-10-26 16:56:49 +02:00
delta.go Add crane-based methods for extraction 2021-10-24 18:26:08 +02:00
extract_test.go use containerd to uncompress 2021-10-24 18:26:30 +02:00
extract.go Add cache to avoid RAM consumption 2021-10-26 16:56:49 +02:00
mutator_suite_test.go tests: pull image before running 2021-10-24 18:26:30 +02:00