fix(firecracker): honor cached image policy

This commit is contained in:
2026-07-18 21:18:50 +00:00
committed by didericis
parent 58ecd8cb90
commit c53254e9d5
6 changed files with 114 additions and 20 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ backend — we stream the guest root filesystem out over the control
channel (SSH here). Unlike the other backends this needs no Docker: the
tar *is* the resumable artifact. `resume` extracts it and rebuilds a
fresh per-bottle ext4 with `mke2fs -d` (see `util.build_committed_rootfs_dir`
and `launch._build_agent_base`). The bottle keeps running after the
and `launch.build_or_load_agent_base`). The bottle keeps running after the
snapshot.
"""