runAsRoot requires kvm...
Some checks failed
Test action / Print hello world (push) Failing after 1m50s
Some checks failed
Test action / Print hello world (push) Failing after 1m50s
This commit is contained in:
parent
1cbfb6b5c0
commit
7070382596
1 changed files with 0 additions and 8 deletions
|
@ -21,16 +21,8 @@ dockerTools.buildImage {
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
runAsRoot = ''
|
|
||||||
echo "je moeder!";
|
|
||||||
'';
|
|
||||||
|
|
||||||
config = {
|
config = {
|
||||||
User = "runner";
|
User = "runner";
|
||||||
Cmd = [ "${lib.getExe bashInteractive}" ];
|
Cmd = [ "${lib.getExe bashInteractive}" ];
|
||||||
WorkingDir = "/data";
|
|
||||||
Volumes = {
|
|
||||||
"/data" = {};
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue