]> Piment Noir Git Repositories - freqai-strategies.git/commitdiff
fix: disable moby for docker-in-docker on Debian Trixie
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Sat, 31 Jan 2026 19:58:48 +0000 (20:58 +0100)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Sat, 31 Jan 2026 19:58:48 +0000 (20:58 +0100)
ReforceXY/.devcontainer/devcontainer.json
quickadapter/.devcontainer/devcontainer.json

index 8b8bade6ab090c48093ac33586a2ebc9bff0af1d..116015132a9b7cd320475f39e8917159dc0e19ef 100644 (file)
@@ -32,7 +32,8 @@
       "version": "lts"
     },
     "ghcr.io/devcontainers/features/docker-in-docker:2": {
-      "version": "latest"
+      "version": "latest",
+      "moby": false
     }
   },
   "postCreateCommand": "PARENT=\"${containerWorkspaceFolder}/..\" && CWF=\"${containerWorkspaceFolder}\" && if [ \"${CWF}\" != \"${PARENT}\" ]; then [ ! -e \"${CWF}/.serena\" ] && ln -sf \"${PARENT}/.serena\" \"${CWF}/.serena\" || true; [ ! -e \"${CWF}/openspec\" ] && ln -sf \"${PARENT}/openspec\" \"${CWF}/openspec\" || true; [ ! -e \"${CWF}/.clinerules\" ] && ln -sf \"${PARENT}/.clinerules\" \"${CWF}/.clinerules\" || true; fi; nix --extra-experimental-features 'nix-command flakes' profile add 'nixpkgs#ripgrep' 'nixpkgs#delta' 'nixpkgs#btop' || true",
index 6ed8a5adf2cf6cd50f2afa60f33b5265e3835de0..8f949d2656856114a75599dde2cd87255c844c0a 100644 (file)
@@ -32,7 +32,8 @@
       "version": "lts"
     },
     "ghcr.io/devcontainers/features/docker-in-docker:2": {
-      "version": "latest"
+      "version": "latest",
+      "moby": false
     }
   },
   "postCreateCommand": "PARENT=\"${containerWorkspaceFolder}/..\" && CWF=\"${containerWorkspaceFolder}\" && if [ \"${CWF}\" != \"${PARENT}\" ]; then [ ! -e \"${CWF}/.serena\" ] && ln -sf \"${PARENT}/.serena\" \"${CWF}/.serena\" || true; [ ! -e \"${CWF}/openspec\" ] && ln -sf \"${PARENT}/openspec\" \"${CWF}/openspec\" || true; [ ! -e \"${CWF}/.clinerules\" ] && ln -sf \"${PARENT}/.clinerules\" \"${CWF}/.clinerules\" || true; fi; nix --extra-experimental-features 'nix-command flakes' profile add 'nixpkgs#ripgrep' 'nixpkgs#delta' 'nixpkgs#btop' || true",