You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by gi...@git.apache.org on 2017/09/07 06:16:46 UTC

[GitHub] markusthoemmes commented on a change in pull request #2583: Create Nginx image with localy built CLI, Blackbox SDK.

markusthoemmes commented on a change in pull request #2583: Create Nginx image with localy built CLI, Blackbox SDK.
URL: https://github.com/apache/incubator-openwhisk/pull/2583#discussion_r137453908
 
 

 ##########
 File path: core/nginx/Dockerfile
 ##########
 @@ -0,0 +1,31 @@
+FROM nginx:1.11
+
+# make cli directories
+RUN mkdir -p /etc/nginx/cli/go/download/linux/386 && \
+    mkdir -p /etc/nginx/cli/go/download/linux/amd64 && \
+    mkdir -p /etc/nginx/cli/go/download/mac/386 && \
+    mkdir -p /etc/nginx/cli/go/download/mac/amd64 && \
+    mkdir -p /etc/nginx/cli/go/download/windows/386 && \
+    mkdir -p /etc/nginx/cli/go/download/windows/amd64
 
 Review comment:
   Is this needed?
 
----------------------------------------------------------------
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