From 642990cc874ea2d83973abe1bc4045f33ec93b16 Mon Sep 17 00:00:00 2001 From: mashehu Date: Mon, 17 Nov 2025 16:08:37 +0100 Subject: [PATCH 1/2] set moby to false to fix trixie devcontainer builds --- .devcontainer/build-devcontainer/devcontainer.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.devcontainer/build-devcontainer/devcontainer.json b/.devcontainer/build-devcontainer/devcontainer.json index b367a1b786..cb3882f84f 100644 --- a/.devcontainer/build-devcontainer/devcontainer.json +++ b/.devcontainer/build-devcontainer/devcontainer.json @@ -9,7 +9,9 @@ }, "features": { - "ghcr.io/devcontainers/features/docker-outside-of-docker:1.6.3": {} + "ghcr.io/devcontainers/features/docker-outside-of-docker:1.6.3": { + "moby": false + } }, "remoteEnv": { From 69d0e941e5d2fc6a2d9bc5c5a581bd8cf62f17c5 Mon Sep 17 00:00:00 2001 From: nf-core-bot Date: Mon, 17 Nov 2025 15:11:06 +0000 Subject: [PATCH 2/2] [automated] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26d3c7faa5..18c570fad1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,7 @@ - chore(deps): update mcr.microsoft.com/devcontainers/base:debian docker digest to 2e826a6 ([#3893](https://github.com/nf-core/tools/pull/3893)) - Fix GH API rate limits. ([#3895](https://github.com/nf-core/tools/pull/3895)) - Update pre-commit hook astral-sh/ruff-pre-commit to v0.14.5 ([#3900](https://github.com/nf-core/tools/pull/3900)) +- devcontainer: Set `moby: false` to fix trixie builds ([#3904](https://github.com/nf-core/tools/pull/3904)) ### Template