From f3f4f58a2aabafca4e3556e28e9f968eeafc792a Mon Sep 17 00:00:00 2001 From: navayla77-ctrl Date: Tue, 18 Nov 2025 04:51:46 +0000 Subject: [PATCH 1/2] Add .NET features to devcontainer configuration --- .devcontainer/devcontainer.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index db939da5b..47e01a87c 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,7 +1,9 @@ -{ +https://g.co/gemini "image": "mcr.microsoft.com/devcontainers/javascript-node:3-22", "features": { - "ghcr.io/devcontainers/features/docker-in-docker:2": {} + "ghcr.io/devcontainers/features/docker-in-docker:2": {}, + "ghcr.io/nikiforovall/devcontainer-features/dotnet-csharpier:1": {}, + "ghcr.io/dotnet/aspire-devcontainer-feature/dotnetaspire:1": {} }, "postCreateCommand": "npm install -g @devcontainers/cli", "hostRequirements": { From 1d04448f798f6dc183f07ea2029337fc1f1db96f Mon Sep 17 00:00:00 2001 From: navayla77-ctrl Date: Tue, 18 Nov 2025 04:53:12 +0000 Subject: [PATCH 2/2] Fix devcontainer configuration and update stress test workflow name --- .devcontainer/devcontainer.json | 20 +------------------ .../docker-in-docker-stress-test.yaml | 5 ++++- 2 files changed, 5 insertions(+), 20 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 47e01a87c..8b1378917 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,19 +1 @@ -https://g.co/gemini - "image": "mcr.microsoft.com/devcontainers/javascript-node:3-22", - "features": { - "ghcr.io/devcontainers/features/docker-in-docker:2": {}, - "ghcr.io/nikiforovall/devcontainer-features/dotnet-csharpier:1": {}, - "ghcr.io/dotnet/aspire-devcontainer-feature/dotnetaspire:1": {} - }, - "postCreateCommand": "npm install -g @devcontainers/cli", - "hostRequirements": { - "cpus": 4 - }, - "customizations": { - "vscode": { - "extensions": [ - "mads-hartmann.bash-ide-vscode" - ] - } - } -} + diff --git a/.github/workflows/docker-in-docker-stress-test.yaml b/.github/workflows/docker-in-docker-stress-test.yaml index 1c9410a88..2d73c9c02 100644 --- a/.github/workflows/docker-in-docker-stress-test.yaml +++ b/.github/workflows/docker-in-docker-stress-test.yaml @@ -1,4 +1,7 @@ -name: "Stress test - Docker in Docker" + + +navayla77_db_user +://g.co/gemini/share/43de7840316bname: "Stress test - Docker in Docker" on: pull_request: paths: