From 4b11e1852c9c0b29fdd8bfffb5414bda2045cfb4 Mon Sep 17 00:00:00 2001 From: Stewart X Addison Date: Tue, 7 Jul 2026 15:59:40 +0100 Subject: [PATCH] remove docker Working Group Signed-off-by: Stewart X Addison --- WORKING_GROUPS.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/WORKING_GROUPS.md b/WORKING_GROUPS.md index fcf405bc..8efa3926 100644 --- a/WORKING_GROUPS.md +++ b/WORKING_GROUPS.md @@ -236,7 +236,6 @@ The [Node.js Code of Conduct][] applies to this WG. * [Streams](#streams) * [Build](#build) * [Diagnostics](#diagnostics) -* [Docker](#docker) * [Release](#release) * [Package Maintenance](#package-maintenance) * [Undici](#undici) @@ -295,17 +294,6 @@ Responsibilities include: * Defining and adding common structures to the dumps generated in order to support tools that want to introspect those dumps. -### [Docker](https://github.com/nodejs/docker-node) - -The Docker Working Group's purpose is to build, maintain, and improve official -Docker images for the Node.js project. - -Responsibilities include: - -* Keeping the official Docker images updated in line with new Node.js releases. -* Decide and implement image improvements and/or fixes. -* Maintain and improve the images' documentation. - ### [Release](https://github.com/nodejs/release) The Release Working Group manages the release process for Node.js.