From a1c9efa4c6936f6e15d248f65288b8e89cbb4f3e Mon Sep 17 00:00:00 2001 From: David Michael Date: Thu, 28 Sep 2017 19:49:26 -0700 Subject: [PATCH] build_torcx_store: Build a non-local Docker 17.03 image --- build_torcx_store | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build_torcx_store b/build_torcx_store index 18c628bea8..63fe5436f1 100755 --- a/build_torcx_store +++ b/build_torcx_store @@ -224,7 +224,9 @@ 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=() +EXTRA_IMAGES=( + =app-torcx/docker-17.03 +) mkdir -p "${BUILD_DIR}" manifest_path="${BUILD_DIR}/torcx_manifest.json"