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/openwhisk-runtime-python.git


The following commit(s) were added to refs/heads/master by this push:
     new 41698a1  Use nimbella dev branch for go proxy. (#102)
41698a1 is described below

commit 41698a16a5aea56dbc07b03fed060bb89fd29347
Author: rodric rabbah <[email protected]>
AuthorDate: Mon Mar 1 17:54:07 2021 -0500

    Use nimbella dev branch for go proxy. (#102)
---
 core/python3ActionLoop/Dockerfile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/core/python3ActionLoop/Dockerfile 
b/core/python3ActionLoop/Dockerfile
index 5e882b2..da898f3 100644
--- a/core/python3ActionLoop/Dockerfile
+++ b/core/python3ActionLoop/Dockerfile
@@ -16,6 +16,7 @@
 #
 # build go proxy from source
 FROM golang:1.15 AS builder_source
+
 ARG GO_PROXY_GITHUB_USER=apache
 ARG GO_PROXY_GITHUB_BRANCH=master
 RUN git clone --branch ${GO_PROXY_GITHUB_BRANCH} \
@@ -33,6 +34,8 @@ RUN curl -sL \
   && GO111MODULE=on go build -o /bin/proxy
 
 FROM python:3.7-buster
+
+# select the builder to use
 ARG GO_PROXY_BUILD_FROM=release
 
 # Install common modules for python
@@ -66,4 +69,3 @@ ENV OW_EXECUTION_ENV=openwhisk/action-python-v3.7
 ENV OW_COMPILER=/bin/compile
 
 ENTRYPOINT ["/bin/proxy"]
-

Reply via email to