From fc8fae97a93558f609d4cfbd012eda11e8265087 Mon Sep 17 00:00:00 2001 From: David Michael Date: Thu, 26 Jul 2018 13:45:04 +0000 Subject: [PATCH] build_torcx_store: Stop building the old LTS image The new Docker release schedule has a new release every six months after 18.09, which has a support period longer than our current LTS versions. Drop the LTS torcx image and let Docker versions promote normally again. --- build_torcx_store | 1 - 1 file changed, 1 deletion(-) diff --git a/build_torcx_store b/build_torcx_store index c293b6019e..b17a027775 100755 --- a/build_torcx_store +++ b/build_torcx_store @@ -232,7 +232,6 @@ DEFAULT_IMAGES=( # generated manifest, but won't be included in the vendor store. EXTRA_IMAGES=( =app-torcx/docker-17.03 - =app-torcx/docker-18.03 ) mkdir -p "${BUILD_DIR}"