You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ra...@apache.org on 2018/12/22 14:28:08 UTC

[incubator-openwhisk-devtools] branch master updated: Add /blackbox.tar.gz location to apigateway config (#190)

This is an automated email from the ASF dual-hosted git repository.

rabbah pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-devtools.git


The following commit(s) were added to refs/heads/master by this push:
     new 1eef6ae  Add /blackbox.tar.gz location to apigateway config (#190)
1eef6ae is described below

commit 1eef6aeaae5f8db9c6d220b7938fe9a0b8aaf64c
Author: Andy Steed <an...@gmail.com>
AuthorDate: Sat Dec 22 06:28:03 2018 -0800

    Add /blackbox.tar.gz location to apigateway config (#190)
---
 docker-compose/apigateway/generated-conf.d/whisk-docker-compose.conf | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/docker-compose/apigateway/generated-conf.d/whisk-docker-compose.conf b/docker-compose/apigateway/generated-conf.d/whisk-docker-compose.conf
index b68a739..462fae5 100644
--- a/docker-compose/apigateway/generated-conf.d/whisk-docker-compose.conf
+++ b/docker-compose/apigateway/generated-conf.d/whisk-docker-compose.conf
@@ -38,4 +38,8 @@ server {
     proxy_read_timeout 70s; # 60+10 additional seconds to allow controller to terminate request
   }
 
+  location /blackbox.tar.gz {
+    return 301 https://github.com/apache/incubator-openwhisk-runtime-docker/releases/download/sdk%400.1.0/blackbox-0.1.0.tar.gz;
+  }
+
 }