Skip to content

Commit 504a398

Browse files
committed
Give docker its spot on the ticket too
Config builder now writes docker defaults (image, packages) regardless of selected mode, same as bwrap — user-level config is shared across projects and users may switch modes per-project.
1 parent 31fbc6a commit 504a398

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/config-builder.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -417,6 +417,10 @@ config_builder_run() {
417417
config_content+="\n exclude = { $excludes_str },"
418418
fi
419419

420+
config_content+="\n docker = {"
421+
config_content+="\n image = \"node:lts-slim\","
422+
config_content+="\n packages = { \"curl\", \"iputils-ping\" },"
423+
config_content+="\n },"
420424
config_content+="\n bwrap = {"
421425
config_content+="\n systemMounts = { \"/etc\", \"/usr\", \"/bin\", \"/lib\", \"/lib64\", \"/sbin\" },"
422426
config_content+="\n maskPaths = {"

0 commit comments

Comments
 (0)