summaryrefslogtreecommitdiffstats
path: root/src/runner/runc/spec.rs
AgeCommit message (Expand)Author
2021-10-10Rename runc runner to "container"Matthias Schiffer
2021-10-10runc: do not mount /sysMatthias Schiffer
2021-10-09paths: remove defintions for TASK_TMP_BUILDDIR and its subdirsMatthias Schiffer
2021-10-08runc: add -x option to shell in task containerMatthias Schiffer
2021-09-26Move defintion of globals into contextMatthias Schiffer
2021-09-26runc: do not create a separate mount for the sysrootMatthias Schiffer
2021-09-19Switch back to static container environmentMatthias Schiffer
2021-09-19Rename "target depends" to "depends"Matthias Schiffer
2021-09-19Add template engine to evaluate task commandsMatthias Schiffer
2021-09-15runc: introduce build_depends directory that is overlayed over rootfsMatthias Schiffer
2021-09-12Unpack dependencies to temporary sysrootMatthias Schiffer
2021-09-11runc: increase /tmp size to 1GMatthias Schiffer
2021-09-11More build dir reorganizationMatthias Schiffer
2021-09-05runc: remap UIDs/GIDs in task containerMatthias Schiffer
2021-09-05Reorganize build directory to have tasks build on persistent storageMatthias Schiffer
2021-09-05runc: consistently use String instead of PathBufMatthias Schiffer
2021-09-03Move all path constants to a new "paths" moduleMatthias Schiffer
2021-07-24runc: mount tmpfs to /tmpMatthias Schiffer
2021-07-17runc: mount sysroot to /opt/sysrootMatthias Schiffer
2021-07-17Pass environment from executor, add to input hashMatthias Schiffer
2021-06-19unshare: use nix types for BUILD_UID/BUILD_GIDMatthias Schiffer
2021-06-19runc: adjust to new rootfs, mount home from outside containerMatthias Schiffer
2021-04-03runc: mount tmpfs to /rebelMatthias Schiffer
2021-04-01runc: pass -e to shMatthias Schiffer
2021-02-07runc: embed default specMatthias Schiffer