summaryrefslogtreecommitdiffstats
path: root/src/runner
AgeCommit message (Expand)Author
2021-07-17runc: unpack dependency sysrootsMatthias Schiffer
2021-07-17Remove task output setting for nowMatthias Schiffer
2021-07-17runc: mount sysroot to /opt/sysrootMatthias Schiffer
2021-07-17Pass environment from executor, add to input hashMatthias Schiffer
2021-07-17runc: close file before renamingMatthias Schiffer
2021-07-17runc: use task output hash for filenameMatthias Schiffer
2021-06-21Use input hash for temporary task output filenameMatthias Schiffer
2021-06-21runner: pass around Task instead of TaskID/TaskDefMatthias Schiffer
2021-06-21executor: calculate input hashMatthias Schiffer
2021-06-21runc: use new() instead of default() to instantiate digestMatthias Schiffer
2021-06-20executor: generate and print task output informationMatthias Schiffer
2021-06-20runc: pass hash back to executorMatthias Schiffer
2021-06-20runc: add output hashingMatthias Schiffer
2021-06-19tar: add files in sorted orderMatthias Schiffer
2021-06-19Refactor util moduleMatthias Schiffer
2021-06-19util: add create_as() helperMatthias Schiffer
2021-06-19unshare: use nix types for BUILD_UID/BUILD_GIDMatthias Schiffer
2021-06-19Collect task output to tar filesMatthias Schiffer
2021-06-19runc: adjust to new rootfs, mount home from outside containerMatthias Schiffer
2021-06-19util: add tar unpack helperMatthias Schiffer
2021-04-04runc: return error on task failureMatthias Schiffer
2021-04-03runc: mount tmpfs to /rebelMatthias Schiffer
2021-04-01runc: pass -e to shMatthias Schiffer
2021-02-07runc: embed default specMatthias Schiffer
2021-02-07runc: run commands in runc containersMatthias Schiffer
2021-02-06runc: create mount namespace for each taskMatthias Schiffer
2021-02-06runc: spawn new process for each taskMatthias Schiffer
2021-02-06Unpack rootfs into tmpfs in runc namespaceMatthias Schiffer
2021-02-06runc: map upper user to regular UID instead of rootMatthias Schiffer
2021-02-05IPC setupMatthias Schiffer
2021-01-31Unshare/subuid handlingMatthias Schiffer
2021-01-30runner: run commands in buildah containersMatthias Schiffer
2021-01-28Prepare for running stuff through buildahMatthias Schiffer