diff options
Diffstat (limited to 'tvix')
-rw-r--r-- | tvix/docs/src/TODO.md | 5 |
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 |