You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ma...@apache.org on 2017/08/16 09:23:43 UTC

[incubator-openwhisk-performance] 03/22: Pull openwhisk images from docker

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 <ma...@de.ibm.com>
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
"commits@openwhisk.apache.org" <co...@openwhisk.apache.org>.