rabbah closed pull request #190: Fix support for `wsk sdk install docker`
URL: https://github.com/apache/incubator-openwhisk-devtools/pull/190
 
 
   

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/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;
+  }
+
 }


 

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to