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
docs/verification/README.md records the last fully passing LUKS end-to-end run on 2026-09-06 with a 7.7G live ISO. Run 35326466386 (2026-09-18) built an 8.6G ISO for the same flavor (ISO ready: .../utah-live.iso (8.6G) in the gaming job; the others are similar).
Nearly a gigabyte in twelve days is more than the package churn explains, and #105 is about to add linux-firmware and thirty parity packages on top. The ISO embeds the full container store for offline install, so every layer counts twice (image plus ISO).
To find out
Compare podman image inspect layer sizes for the testing images of 2026-09-06 and now; the rechunk annotation lists per-layer package sets.
Check whether the kernel cache or the NVIDIA payload leaked into main's image (it should not, main uses the pristine base).
docs/verification/README.mdrecords the last fully passing LUKS end-to-end run on 2026-09-06 with a 7.7G live ISO. Run 35326466386 (2026-09-18) built an 8.6G ISO for the same flavor (ISO ready: .../utah-live.iso (8.6G)in the gaming job; the others are similar).Nearly a gigabyte in twelve days is more than the package churn explains, and #105 is about to add linux-firmware and thirty parity packages on top. The ISO embeds the full container store for offline install, so every layer counts twice (image plus ISO).
To find out
podman image inspectlayer sizes for thetestingimages of 2026-09-06 and now; the rechunk annotation lists per-layer package sets.main's image (it should not,mainuses the pristine base).iso/scripts/build-iso.shfor a second copy of the store or an uncompressed squashfs after the payload-digest changes in fix(iso): repair CI handoff, payload digests, and live kernel support #86.A budget assertion in the ISO job (fail above N GB, with N recorded next to the reason) would stop this drifting silently again.