From 8e6eb1054b857a3d8592d733538f42b5c33e142b Mon Sep 17 00:00:00 2001 From: David Michael Date: Tue, 30 Jan 2018 12:29:10 -0500 Subject: [PATCH] build_torcx_store: Drop the Docker 17.09 image In preparation for the beta channel, we'd normally set the default Docker image to the LTS version and drop the extra edge version. Since branching, the alpha's default 17.12 image has become the LTS version, so just drop the extra 17.09 image for consistency. --- build_torcx_store | 1 - 1 file changed, 1 deletion(-) diff --git a/build_torcx_store b/build_torcx_store index 1e9453f68c..eacf1ff4db 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-17.09 ) mkdir -p "${BUILD_DIR}"