From eb6e81b8f215094cebc12162e4d55de8368d54cb Mon Sep 17 00:00:00 2001 From: sergei-pyshnoi <121864472+sergei-pyshnoi@users.noreply.github.com> Date: Tue, 21 Nov 2023 19:59:14 +0100 Subject: [PATCH] remove node14 from ubuntu (#8861) --- 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 1f754b3ce..6200b701e 100644 --- a/images/ubuntu/toolsets/toolset-2004.json +++ b/images/ubuntu/toolsets/toolset-2004.json @@ -34,7 +34,6 @@ "platform" : "linux", "arch": "x64", "versions": [ - "14.*", "16.*", "18.*", "20.*" @@ -233,11 +232,9 @@ "debian:10", "debian:11", "moby/buildkit:latest", - "node:14", "node:16", "node:18", "node:20", - "node:14-alpine", "node:16-alpine", "node:18-alpine", "node:20-alpine", diff --git a/images/ubuntu/toolsets/toolset-2204.json b/images/ubuntu/toolsets/toolset-2204.json index 447c68db7..d6c699437 100644 --- a/images/ubuntu/toolsets/toolset-2204.json +++ b/images/ubuntu/toolsets/toolset-2204.json @@ -32,7 +32,6 @@ "platform" : "linux", "arch": "x64", "versions": [ - "14.*", "16.*", "18.*", "20.*" @@ -222,11 +221,9 @@ "debian:10", "debian:11", "moby/buildkit:latest", - "node:14", "node:16", "node:18", "node:20", - "node:14-alpine", "node:16-alpine", "node:18-alpine", "node:20-alpine",