From dd2bdc6a7e53d6679792b56dc2972c02dfd00bc7 Mon Sep 17 00:00:00 2001 From: Dongsu Park Date: Wed, 24 Jul 2019 21:56:24 +0200 Subject: [PATCH] remove unnecessary docker ebuild from torcx store Redundant docker entries in torcx stores caused strange conflicts between torcx hashes. --- build_torcx_store | 1 - 1 file changed, 1 deletion(-) diff --git a/build_torcx_store b/build_torcx_store index fdf1cbbea1..2470f72da3 100755 --- a/build_torcx_store +++ b/build_torcx_store @@ -243,7 +243,6 @@ DEFAULT_IMAGES=( # 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-18.09 ) mkdir -p "${BUILD_DIR}"