From ead20665b82cf437697b0c8fa500ff042b3d51c9 Mon Sep 17 00:00:00 2001 From: Dongsu Park Date: Wed, 3 Feb 2021 12:37:57 +0100 Subject: [PATCH] torcx: delete docker 1.12 Now that Docker 1.12 is gone, we need to also exclude docker 1.12 from the list of torcx stores. --- build_torcx_store | 1 - 1 file changed, 1 deletion(-) diff --git a/build_torcx_store b/build_torcx_store index d18c458bcf..381d5c1128 100755 --- a/build_torcx_store +++ b/build_torcx_store @@ -237,7 +237,6 @@ 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-1.12 =app-torcx/docker-19.03 )