From b9e28bd7990b597d707fb9a81880dc14accc9c41 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sun, 31 Jan 2021 19:18:20 +0100 Subject: Unshare/subuid handling Buildah is too slow for our usecase. Handle userns setup ourselves, so we can call runc directly. --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 820a5fa..480d584 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,10 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] +libc = "0.2.84" +nix = "0.19.1" scopeguard = "1.1.0" serde = { version = "1", features = ["derive"] } serde_yaml = "0.8" +users = "0.11.0" walkdir = "2" -- cgit v1.2.3