From 0240ffe2205faf316fbede3c986217de3007b904 Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Thu, 19 Jan 2017 10:24:03 -0800 Subject: 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. (cherry picked from commit 25caa67d41e62615e7d5d5cc93103730958ebb7f) --- shippable.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/shippable.yml b/shippable.yml index ce4ecfb648..ff6881d1da 100644 --- a/shippable.yml +++ b/shippable.yml @@ -62,6 +62,9 @@ matrix: python: 2.7 build: pre_ci_boot: + image_name: drydock/u14pyt + image_tag: prod + pull: false options: "--privileged=false --net=bridge" ci: - test/utils/shippable/ci.sh -- cgit v1.2.1