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
Copy file name to clipboardExpand all lines: examples/basic/README.md
+15-4Lines changed: 15 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ The CLI should be available in `GOBIN` (or `GOPATH/bin`).
14
14
15
15
## Files
16
16
17
-
-`cleanroom.yaml`: deny-by-default network policy with one allowed host.
17
+
-`cleanroom.yaml`: digest-pinned sandbox image ref plus a deny-by-default network policy with one allowed host.
18
18
-`marker.sh`: command that writes a local marker file.
19
19
-`cleanup.sh`: removes marker files created during testing.
20
20
@@ -54,12 +54,23 @@ Expected: marker file exists and contains a timestamp.
54
54
55
55
## Optional: launched backend path
56
56
57
-
Launched execution requires runtime config (`~/.config/cleanroom/config.yaml`) with Firecracker `kernel_image` and `rootfs`, plus a rootfs prepared with `cleanroom-guest-agent` boot hook.
57
+
Launched execution requires runtime config (`~/.config/cleanroom/config.yaml`) with Firecracker `kernel_image`, plus a digest-pinned `sandbox.image.ref` in policy.
0 commit comments