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: [email protected] With regards, Apache Git Services
