Phase B-4: docs for Phase B completion
docs/oci-import.md: removed the "Phase A acquisition-only" framing and the bootability-gap warnings. Expanded architecture section with ApplyOwnership + InjectGuestAgents. Added a "guest-side boot sequence" diagram-in-prose showing network → first-boot → vsock- agent unit ordering. Added a "how to add distro support" section pointing at the ID-case dispatch in first-boot.sh. README.md: replaced the experimental-caveat block with an honest "boots as a banger VM directly, no image build step required" description. Pointer to the docs for distro support details. Tech-debt list trimmed — ownership fixup and first-boot install are no longer planned work, they shipped. What remains: private- registry auth (authn.DefaultKeychain), cache eviction, first-boot timeout UX (retry still works but could be smoother with a FirstBootPending flag), non-systemd distros. All 20 packages green. make lint clean. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
bddfa75feb
commit
2478fe3cc3
2 changed files with 100 additions and 61 deletions
10
README.md
10
README.md
|
|
@ -110,10 +110,12 @@ Or pull a rootfs directly from any OCI registry (Docker Hub, GHCR, …):
|
|||
```
|
||||
|
||||
`image pull` downloads the image, flattens its layers into an ext4
|
||||
rootfs, and registers it as a managed banger image. Experimental — see
|
||||
[`docs/oci-import.md`](docs/oci-import.md) for current limitations
|
||||
(notably: file-ownership caveat means pulled images are a base for
|
||||
`image build`, not yet directly bootable).
|
||||
rootfs, applies tar-header ownership via debugfs, and pre-injects
|
||||
banger's guest agents (vsock agent + network bootstrap + a first-boot
|
||||
unit that installs `openssh-server` via the guest's native package
|
||||
manager). Boots as a banger VM directly, no `image build` step
|
||||
required. See [`docs/oci-import.md`](docs/oci-import.md) for
|
||||
supported distros and current limitations.
|
||||
|
||||
Build a managed image from an existing registered image:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue