This is an automated email from the ASF dual-hosted git repository. markusthoemmes pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-performance.git
commit e32566130df540a1d7018b78c90135d05fd1d59f Author: Markus Thoemmes <[email protected]> AuthorDate: Mon Apr 24 08:08:55 2017 +0200 Pull openwhisk images from docker --- deploy.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/deploy.sh b/deploy.sh new file mode 100755 index 0000000..4cd9415 --- /dev/null +++ b/deploy.sh @@ -0,0 +1,8 @@ +#!/bin/sh + +images="controller invoker" +for i in $images +do + docker pull "openwhisk/$i" + docker tag "openwhisk/$i" $i +done \ No newline at end of file -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
