From fbcc41275becc2c37dc3bfb9c98e1ab879b0b125 Mon Sep 17 00:00:00 2001 From: Sergey Dolin Date: Fri, 9 Apr 2021 13:04:52 +0500 Subject: [PATCH] [ubuntu] Update the cached Docker images (#3099) --- images/linux/toolsets/toolset-1604.json | 13 +++++++------ images/linux/toolsets/toolset-1804.json | 13 +++++++------ images/linux/toolsets/toolset-2004.json | 13 +++++++------ 3 files changed, 21 insertions(+), 18 deletions(-) diff --git a/images/linux/toolsets/toolset-1604.json b/images/linux/toolsets/toolset-1604.json index 6fa43e58..6e254827 100644 --- a/images/linux/toolsets/toolset-1604.json +++ b/images/linux/toolsets/toolset-1604.json @@ -204,19 +204,20 @@ }, "docker": { "images": [ - "alpine:3.7", - "alpine:3.8", - "alpine:3.9", - "alpine:3.10", + "alpine:3.11", + "alpine:3.12", + "alpine:3.13", "buildpack-deps:stretch", "buildpack-deps:buster", - "debian:8", "debian:9", + "debian:10", "node:10", "node:12", "node:10-alpine", "node:12-alpine", - "ubuntu:14.04" + "ubuntu:16.04", + "ubuntu:18.04", + "ubuntu:20.04" ] }, "dotnet": { diff --git a/images/linux/toolsets/toolset-1804.json b/images/linux/toolsets/toolset-1804.json index 1e7b89f2..95acc876 100644 --- a/images/linux/toolsets/toolset-1804.json +++ b/images/linux/toolsets/toolset-1804.json @@ -197,19 +197,20 @@ }, "docker": { "images": [ - "alpine:3.7", - "alpine:3.8", - "alpine:3.9", - "alpine:3.10", + "alpine:3.11", + "alpine:3.12", + "alpine:3.13", "buildpack-deps:stretch", "buildpack-deps:buster", - "debian:8", "debian:9", + "debian:10", "node:10", "node:12", "node:10-alpine", "node:12-alpine", - "ubuntu:14.04" + "ubuntu:16.04", + "ubuntu:18.04", + "ubuntu:20.04" ] }, "pipx": [ diff --git a/images/linux/toolsets/toolset-2004.json b/images/linux/toolsets/toolset-2004.json index 816146b1..bbd973b4 100644 --- a/images/linux/toolsets/toolset-2004.json +++ b/images/linux/toolsets/toolset-2004.json @@ -197,19 +197,20 @@ }, "docker": { "images": [ - "alpine:3.7", - "alpine:3.8", - "alpine:3.9", - "alpine:3.10", + "alpine:3.11", + "alpine:3.12", + "alpine:3.13", "buildpack-deps:stretch", "buildpack-deps:buster", - "debian:8", "debian:9", + "debian:10", "node:10", "node:12", "node:10-alpine", "node:12-alpine", - "ubuntu:14.04" + "ubuntu:16.04", + "ubuntu:18.04", + "ubuntu:20.04" ] }, "pipx": [