chore: disable filesystem isolation for artifacts

Signed-off-by: Chinmay D. Pai <chinmay.pai@zerodha.com>
This commit is contained in:
Chinmay D. Pai 2023-10-20 16:06:17 +05:30
parent 0175f12f3f
commit 9748d82990
Signed by: thunderbottom
GPG Key ID: 75507BE256F40CED

View File

@ -43,6 +43,9 @@
client = {
enabled = true;
cni_path = "${pkgs.cni-plugins}/bin";
artifact = {
disable_filesystem_isolation = true;
};
};
plugin."docker".config = {