Closed spiegelball closed 3 weeks ago
This most likely happens due to automatic pruning in Tart, which removes the VM images from the OCI cache to prevent space shortage.
You can try appending the "--auto-prune", "false"
values to --prepare
stage to disable this mechanism.
Even with TART_EXECUTOR_ALWAYS_PULL=false set system wide the base image is pulled on every run. How can I investigate why this happens?