From 3a8564acb18ccc15ca5c4f7accf9de3b3b0bc96a Mon Sep 17 00:00:00 2001 From: Alexey-Ayupov <116575425+Alexey-Ayupov@users.noreply.github.com> Date: Wed, 9 Nov 2022 23:16:45 +0300 Subject: [PATCH] [Ubuntu] Remove Node 12 from toolcache (#6535) --- images/linux/toolsets/toolset-1804.json | 3 --- images/linux/toolsets/toolset-2004.json | 3 --- 2 files changed, 6 deletions(-) diff --git a/images/linux/toolsets/toolset-1804.json b/images/linux/toolsets/toolset-1804.json index 65a5705a6..e7be1221b 100644 --- a/images/linux/toolsets/toolset-1804.json +++ b/images/linux/toolsets/toolset-1804.json @@ -32,7 +32,6 @@ "platform" : "linux", "arch": "x64", "versions": [ - "12.*", "14.*", "16.*", "18.*" @@ -241,11 +240,9 @@ "debian:10", "debian:11", "moby/buildkit:latest", - "node:12", "node:14", "node:16", "node:18", - "node:12-alpine", "node:14-alpine", "node:16-alpine", "node:18-alpine", diff --git a/images/linux/toolsets/toolset-2004.json b/images/linux/toolsets/toolset-2004.json index ccd56b4a4..fbcf53335 100644 --- a/images/linux/toolsets/toolset-2004.json +++ b/images/linux/toolsets/toolset-2004.json @@ -34,7 +34,6 @@ "platform" : "linux", "arch": "x64", "versions": [ - "12.*", "14.*", "16.*", "18.*" @@ -241,11 +240,9 @@ "debian:10", "debian:11", "moby/buildkit:latest", - "node:12", "node:14", "node:16", "node:18", - "node:12-alpine", "node:14-alpine", "node:16-alpine", "node:18-alpine",