From d6c75eb0d95a977479aac9940389b2f39a4a4c2f Mon Sep 17 00:00:00 2001 From: Jeremi Piotrowski Date: Mon, 12 Jul 2021 11:12:53 +0000 Subject: [PATCH] torcx: Bump the default Docker to 20.10 and drop older We are enabling CgroupV2 support globally, which requires Docker 20.10. It is possible to return to CgroupV1 locally via kernel commandline, but that will still work with Docker 20. If someone really needs older Docker versions we will recommend to also fetch torcx packages from older releases or rely on upstream binaries. --- build_torcx_store | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build_torcx_store b/build_torcx_store index 381d5c1128..524f69b42a 100755 --- a/build_torcx_store +++ b/build_torcx_store @@ -237,13 +237,12 @@ function torcx_package() { # for each package will point at the last version specified. This can handle # swapping default package versions for different OS releases by reordering. DEFAULT_IMAGES=( - =app-torcx/docker-19.03 + =app-torcx/docker-20.10 ) # This list contains extra images which will be uploaded and included in the # generated manifest, but won't be included in the vendor store. EXTRA_IMAGES=( - =app-torcx/docker-17.03 ) mkdir -p "${BUILD_DIR}"