You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/11/27 16:39:44 UTC

[GitHub] dgrove-oss closed pull request #11: Prefetch docker images

dgrove-oss closed pull request #11: Prefetch docker images
URL: https://github.com/apache/incubator-openwhisk-composer/pull/11
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/travis/setup.sh b/travis/setup.sh
index 17ebb48..e7bdd1b 100755
--- a/travis/setup.sh
+++ b/travis/setup.sh
@@ -25,6 +25,11 @@ SCRIPTDIR=$(cd $(dirname "$0") && pwd)
 ROOTDIR="$SCRIPTDIR/.."
 WHISKDIR="$ROOTDIR/openwhisk"
 
+# Prefetch docker images
+docker pull openwhisk/controller &
+docker pull openwhisk/invoker &
+docker pull openwhisk/nodejs6action &
+
 # Clone OpenWhisk
 cd $ROOTDIR
 git clone --depth=1 https://github.com/apache/incubator-openwhisk.git openwhisk


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services