Skip to content
Snippets Groups Projects
Commit 146549cc authored by Carlos Santana's avatar Carlos Santana
Browse files

update run handler to accept more environment variables

parent 010310aa
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,10 @@
# Python 2 OpenWhisk Runtime Container
## 1.0.3
Changes:
- Update base image to openwhisk/dockerskeleton:1.3.3
## 1.0.2
Changes:
- Update base image to openwhisk/dockerskeleton:1.3.2
......
......@@ -50,7 +50,7 @@ RUN pip install --no-cache-dir --upgrade pip setuptools six \
ENV FLASK_PROXY_PORT 8080
# Add the action proxy
ADD https://raw.githubusercontent.com/apache/incubator-openwhisk-runtime-docker/dockerskeleton%401.3.2/core/actionProxy/actionproxy.py /actionProxy/actionproxy.py
ADD https://raw.githubusercontent.com/apache/incubator-openwhisk-runtime-docker/dockerskeleton%401.3.3/core/actionProxy/actionproxy.py /actionProxy/actionproxy.py
ADD pythonrunner.py /pythonAction/
RUN rm -rf /action
......
......@@ -19,6 +19,10 @@
# Python 3 OpenWhisk Runtime Container
## 1.0.3
Changes:
- Update base image to openwhisk/dockerskeleton:1.3.3
## 1.0.2
Changes:
- Update base image to openwhisk/dockerskeleton:1.3.2
......
......@@ -16,7 +16,7 @@
#
# Dockerfile for python actions, overrides and extends ActionRunner from actionProxy
FROM openwhisk/dockerskeleton:1.3.2
FROM openwhisk/dockerskeleton:1.3.3
RUN apk add --no-cache \
bzip2-dev \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment