From 7dd895c2588075f488def933c9e2937d4d65047b Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Sat, 26 Oct 2024 12:13:10 +0200 Subject: docs(tvix/TODO): add OCI preflight checks Change-Id: I0865487f84556932149d95902d7399b5f7037314 Reviewed-on: https://cl.tvl.fyi/c/depot/+/12687 Tested-by: BuildkiteCI Autosubmit: flokli Reviewed-by: yuka --- tvix/docs/src/TODO.md | 5 +++++ 1 file changed, 5 insertions(+) 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 -- cgit 1.4.1