You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/08/15 14:59:28 UTC

[GitHub] jasonpet closed pull request #36: update run handler to accept more environment variables

jasonpet closed pull request #36: update run handler to accept more environment variables
URL: https://github.com/apache/incubator-openwhisk-runtime-python/pull/36
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/core/python2Action/CHANGELOG.md b/core/python2Action/CHANGELOG.md
index 7a30848..d2ce6c5 100644
--- a/core/python2Action/CHANGELOG.md
+++ b/core/python2Action/CHANGELOG.md
@@ -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
diff --git a/core/python2Action/Dockerfile b/core/python2Action/Dockerfile
index af00eba..7328540 100644
--- a/core/python2Action/Dockerfile
+++ b/core/python2Action/Dockerfile
@@ -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
diff --git a/core/pythonAction/CHANGELOG.md b/core/pythonAction/CHANGELOG.md
index 34eba5c..2da185c 100644
--- a/core/pythonAction/CHANGELOG.md
+++ b/core/pythonAction/CHANGELOG.md
@@ -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
diff --git a/core/pythonAction/Dockerfile b/core/pythonAction/Dockerfile
index 3021fa8..1e01660 100644
--- a/core/pythonAction/Dockerfile
+++ b/core/pythonAction/Dockerfile
@@ -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 \


 

----------------------------------------------------------------
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