summaryrefslogtreecommitdiffstats
path: root/src/runner
AgeCommit message (Expand)Author
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