This is an automated email from the ASF dual-hosted git repository.

hainenber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 6e84d297076 fix(build): disable `moby` in dev container based on 
Debian 13 Trixie distro for usability (#37227)
6e84d297076 is described below

commit 6e84d297076ef03d0d068fbec70cec64dd95c68b
Author: Đỗ Trọng Hải <[email protected]>
AuthorDate: Tue Mar 3 09:09:05 2026 +0700

    fix(build): disable `moby` in dev container based on Debian 13 Trixie 
distro for usability (#37227)
---
 .devcontainer/devcontainer.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
index 5f47e964d31..6dc643315bd 100644
--- a/.devcontainer/devcontainer.json
+++ b/.devcontainer/devcontainer.json
@@ -13,7 +13,7 @@
 
   "features": {
     "ghcr.io/devcontainers/features/docker-in-docker:2": {
-      "moby": true,
+      "moby": false,
       "dockerDashComposeVersion": "v2"
     },
     "ghcr.io/devcontainers/features/node:1": {

Reply via email to