We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 039629e commit 41698a1Copy full SHA for 41698a1
core/python3ActionLoop/Dockerfile
@@ -16,6 +16,7 @@
16
#
17
# build go proxy from source
18
FROM golang:1.15 AS builder_source
19
+
20
ARG GO_PROXY_GITHUB_USER=apache
21
ARG GO_PROXY_GITHUB_BRANCH=master
22
RUN git clone --branch ${GO_PROXY_GITHUB_BRANCH} \
@@ -33,6 +34,8 @@ RUN curl -sL \
33
34
&& GO111MODULE=on go build -o /bin/proxy
35
36
FROM python:3.7-buster
37
38
+# select the builder to use
39
ARG GO_PROXY_BUILD_FROM=release
40
41
# Install common modules for python
@@ -66,4 +69,3 @@ ENV OW_EXECUTION_ENV=openwhisk/action-python-v3.7
66
69
ENV OW_COMPILER=/bin/compile
67
70
68
71
ENTRYPOINT ["/bin/proxy"]
-
0 commit comments