docs(tvix/TODO): add OCI preflight checks
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>
This commit is contained in:
parent
30617d5b24
commit
7dd895c258
1 changed files with 5 additions and 0 deletions
|
@ -155,6 +155,11 @@ This requires some more designing. Some goals:
|
||||||
- (more granular) control while a build is happening
|
- (more granular) control while a build is happening
|
||||||
- expose more telemetry and logs
|
- 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
|
### Store composition
|
||||||
- Combinators: list-by-priority, first-come-first-serve, cache
|
- Combinators: list-by-priority, first-come-first-serve, cache
|
||||||
|
|
Loading…
Reference in a new issue