From 25caa67d41e62615e7d5d5cc93103730958ebb7f Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Thu, 19 Jan 2017 10:24:03 -0800 Subject: [PATCH] Disable pull of updated Shippable docker image. This should improve reliability of our jobs on Shippable. The Shippable AMIs should already have the latest docker image, per Shippable support, so pull doesn't provide any benefit for us. --- shippable.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/shippable.yml b/shippable.yml index 9937005691e..cbd25c4c5b6 100644 --- a/shippable.yml +++ b/shippable.yml @@ -58,6 +58,9 @@ build: pre_ci: - docker images | grep u14pyt pre_ci_boot: + image_name: drydock/u14pyt + image_tag: prod + pull: false options: "--privileged=false --net=bridge" ci: - test/utils/shippable/timing.sh test/utils/shippable/shippable.sh