summaryrefslogtreecommitdiffstats
path: root/src/runner/runc/init.rs
AgeCommit message (Expand)Author
2021-10-10Rename runc runner to "container"Matthias Schiffer
2021-10-10runc: do not change rootfs file owner to rootMatthias Schiffer
2021-10-09Refer to inherited tasks by their layer hashMatthias Schiffer
2021-09-11Clean up module importsMatthias Schiffer
2021-09-11Replace more DirBuilder uses with util::fs::mkdirMatthias Schiffer
2021-09-06Add context to errors throughout runc runnerMatthias Schiffer
2021-09-06Introduce new contextualizable error typeMatthias Schiffer
2021-09-06util: remove ToIOResultMatthias Schiffer
2021-09-06runc: change owner of all rootfs files to the mapped rootMatthias Schiffer
2021-09-05runc: merge unshare into clone callMatthias Schiffer
2021-09-05Reorganize build directory to have tasks build on persistent storageMatthias Schiffer
2021-09-03Move all path constants to a new "paths" moduleMatthias Schiffer
2021-07-17runc: use task output hash for filenameMatthias Schiffer
2021-06-21Use input hash for temporary task output filenameMatthias Schiffer
2021-06-19Collect task output to tar filesMatthias Schiffer
2021-06-19util: add tar unpack helperMatthias Schiffer
2021-02-06runc: create mount namespace for each taskMatthias Schiffer
2021-02-06Unpack rootfs into tmpfs in runc namespaceMatthias Schiffer
2021-02-05IPC setupMatthias Schiffer