about summary refs log tree commit diff
path: root/tvix
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2024-10-26T10·13+0200
committerclbot <clbot@tvl.fyi>2024-10-27T12·26+0000
commit7dd895c2588075f488def933c9e2937d4d65047b (patch)
tree055a96b40d5e9e722d0203f44dabde1f14134fa8 /tvix
parent30617d5b24b8d497ef688dbea5cad0862df18fda (diff)
docs(tvix/TODO): add OCI preflight checks r/8862
Change-Id: I0865487f84556932149d95902d7399b5f7037314
Reviewed-on: https://cl.tvl.fyi/c/depot/+/12687
Tested-by: BuildkiteCI
Autosubmit: flokli <flokli@flokli.de>
Reviewed-by: yuka <yuka@yuka.dev>
Diffstat (limited to 'tvix')
-rw-r--r--tvix/docs/src/TODO.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/tvix/docs/src/TODO.md b/tvix/docs/src/TODO.md
index 5f3ce1b90349..4db77b04d442 100644
--- a/tvix/docs/src/TODO.md
+++ b/tvix/docs/src/TODO.md
@@ -155,6 +155,11 @@ This requires some more designing. Some goals:
  - (more granular) control while a build is happening
  - expose more telemetry and logs
 
+ - Add pre-flight checks in the OCI builder:
+   - ensure `fusermount` suid binary exists
+   - ensure `allow_other` is set
+   - ensure `runc` exists in `$PATH`
+
 
 ### Store composition
  - Combinators: list-by-priority, first-come-first-serve, cache