From 56187189cfef76d50b56f36e692c239ce617ee71 Mon Sep 17 00:00:00 2001 From: hemanthmanga <166606741+hemanthmanga@users.noreply.github.com> Date: Fri, 15 Nov 2024 20:18:25 +0530 Subject: [PATCH] [Ubuntu 20 and 22] Removing Node.js version 16* (#10975) --- images/ubuntu/toolsets/toolset-2004.json | 3 --- images/ubuntu/toolsets/toolset-2204.json | 3 --- 2 files changed, 6 deletions(-) diff --git a/images/ubuntu/toolsets/toolset-2004.json b/images/ubuntu/toolsets/toolset-2004.json index 3213634c..9ce39fca 100644 --- a/images/ubuntu/toolsets/toolset-2004.json +++ b/images/ubuntu/toolsets/toolset-2004.json @@ -34,7 +34,6 @@ "platform" : "linux", "arch": "x64", "versions": [ - "16.*", "18.*", "20.*", "22.*" @@ -221,11 +220,9 @@ "debian:10", "debian:11", "moby/buildkit:latest", - "node:16", "node:18", "node:20", "node:22", - "node:16-alpine", "node:18-alpine", "node:20-alpine", "node:22-alpine", diff --git a/images/ubuntu/toolsets/toolset-2204.json b/images/ubuntu/toolsets/toolset-2204.json index 67fe14fa..0a45df9f 100644 --- a/images/ubuntu/toolsets/toolset-2204.json +++ b/images/ubuntu/toolsets/toolset-2204.json @@ -32,7 +32,6 @@ "platform" : "linux", "arch": "x64", "versions": [ - "16.*", "18.*", "20.*", "22.*" @@ -219,11 +218,9 @@ "debian:10", "debian:11", "moby/buildkit:latest", - "node:16", "node:18", "node:20", "node:22", - "node:16-alpine", "node:18-alpine", "node:20-alpine", "node:22-alpine",