You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: remove sandbox image cache that adds ~4.5 min overhead per run
The sandbox image cache never provides a net time savings. The cache key
is based on the image name (not its digest), so the cached tar is always
stale. Every run pays the full cycle: restore, load, pull, save, upload
(~4.5 min) when a bare pull takes ~30s.
Remove the cache/restore, load, save, and cache/save steps entirely.
Drop skopeo (only used for digest comparison in the cache logic).
Simplify the pre-pull step to a straight podman pull.
Closes#2222
Signed-off-by: Ralph Bean <rbean@redhat.com>
Assisted-by: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Ralph Bean <rbean@redhat.com>
0 commit comments