From cee0ff744a3aa27f1bf5b447623e34cb187d0b86 Mon Sep 17 00:00:00 2001 From: vidya sagar <160703874+vidyasagarnimmagaddi@users.noreply.github.com> Date: Thu, 27 Mar 2025 23:15:36 +0530 Subject: [PATCH] [Ubuntu] Remving mongo db from toolset in Ubuntu 22.04 and 24.04 (#11890) --- images/ubuntu/toolsets/toolset-2204.json | 5 +---- images/ubuntu/toolsets/toolset-2404.json | 3 --- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/images/ubuntu/toolsets/toolset-2204.json b/images/ubuntu/toolsets/toolset-2204.json index 5828fb369..3a31d7912 100644 --- a/images/ubuntu/toolsets/toolset-2204.json +++ b/images/ubuntu/toolsets/toolset-2204.json @@ -367,10 +367,7 @@ "command": "yarn" } ], - "mongodb": { - "version": "5.0" - }, - "postgresql": { + "postgresql": { "version": "14" }, "pwsh": { diff --git a/images/ubuntu/toolsets/toolset-2404.json b/images/ubuntu/toolsets/toolset-2404.json index 6275245b4..4dc5f061b 100644 --- a/images/ubuntu/toolsets/toolset-2404.json +++ b/images/ubuntu/toolsets/toolset-2404.json @@ -314,9 +314,6 @@ "command": "yarn" } ], - "mongodb": { - "version": "7.0" - }, "postgresql": { "version": "16" },