From 1fea648d3613df313d1dfa22473034a0e0dd6031 Mon Sep 17 00:00:00 2001 From: David Michael Date: Thu, 28 Sep 2017 19:48:35 -0700 Subject: [PATCH 1/2] build_torcx_store: Update the default Docker to 17.09 --- build_torcx_store | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_torcx_store b/build_torcx_store index 91512428b1..18c628bea8 100755 --- a/build_torcx_store +++ b/build_torcx_store @@ -219,7 +219,7 @@ function torcx_package() { # swapping default package versions for different OS releases by reordering. DEFAULT_IMAGES=( =app-torcx/docker-1.12 - =app-torcx/docker-17.06 + =app-torcx/docker-17.09 ) # This list contains extra images which will be uploaded and included in the From e6acb6e0c7a70f68156a7ddeb7d9a67f376e42ae Mon Sep 17 00:00:00 2001 From: David Michael Date: Thu, 28 Sep 2017 19:49:26 -0700 Subject: [PATCH 2/2] 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"