From 1cb7c18acbc9513aca085b528d7bb08918b10a93 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 latest 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 d489cb7cb3..1b863c54e7 100755 --- a/build_torcx_store +++ b/build_torcx_store @@ -218,7 +218,7 @@ function torcx_package() { # for each package will point at the last version specified. This can handle # swapping default package versions for different OS releases by reordering. DEFAULT_IMAGES=( - =app-torcx/docker-17.06 + =app-torcx/docker-17.09 =app-torcx/docker-1.12 ) From 27856d043d4b272af8e29b1e6cbe24a1624aba8d 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 1b863c54e7..306dd7d4f2 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"