Skip to content

v0.7.0

Choose a tag to compare

@clemlesne clemlesne released this 18 Jan 16:43
· 397 commits to main since this release

What's New

CLI Restructuring

CLI restructured from single command to Click group with subcommands. Fully backward compatible — sbx 'code' still works (auto-inserts run).

sbx prefetch Command

Pre-download all VM assets (kernel, initramfs, gvproxy, base images) for offline use:

sbx prefetch                     # current architecture
sbx prefetch --arch aarch64      # cross-arch for multi-arch Docker
sbx prefetch -q                  # quiet for CI/Docker

Useful for container builds before running with EXEC_SANDBOX_OFFLINE=1.

API

  • New prefetch_all_assets(arch) function in exec_sandbox.assets
  • New PrefetchResult dataclass for operation results

Full Changelog: v0.6.1...v0.7.0