You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ja...@apache.org on 2018/08/15 15:01:15 UTC

[incubator-openwhisk-runtime-swift] branch master updated: update run handler to accept more environment variables (#78)

This is an automated email from the ASF dual-hosted git repository.

japetrsn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-runtime-swift.git


The following commit(s) were added to refs/heads/master by this push:
     new 095fa20  update run handler to accept more environment variables (#78)
095fa20 is described below

commit 095fa20fdb84bc9cf622db75691323809ca49138
Author: Carlos Santana <cs...@apache.org>
AuthorDate: Wed Aug 15 11:01:13 2018 -0400

    update run handler to accept more environment variables (#78)
---
 core/swift3.1.1Action/CHANGELOG.md | 4 ++++
 core/swift3.1.1Action/Dockerfile   | 2 +-
 core/swift41Action/CHANGELOG.md    | 4 ++++
 core/swift41Action/Dockerfile      | 2 +-
 4 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/core/swift3.1.1Action/CHANGELOG.md b/core/swift3.1.1Action/CHANGELOG.md
index b8635d2..ff871fb 100644
--- a/core/swift3.1.1Action/CHANGELOG.md
+++ b/core/swift3.1.1Action/CHANGELOG.md
@@ -19,6 +19,10 @@
 
 # Apache OpenWhisk Swift 3.1 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/swift3.1.1Action/Dockerfile b/core/swift3.1.1Action/Dockerfile
index ea6c7aa..dd0129f 100755
--- a/core/swift3.1.1Action/Dockerfile
+++ b/core/swift3.1.1Action/Dockerfile
@@ -27,7 +27,7 @@ RUN apt-get -y update \
  && apt-get -y install --fix-missing python2.7 python-gevent python-flask zip
 
 # 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 files needed to build and run action
 RUN mkdir -p /swift3Action
diff --git a/core/swift41Action/CHANGELOG.md b/core/swift41Action/CHANGELOG.md
index 79ed5f7..c8daac8 100644
--- a/core/swift41Action/CHANGELOG.md
+++ b/core/swift41Action/CHANGELOG.md
@@ -19,6 +19,10 @@
 
 # Apache OpenWhisk Swift 4.1 Runtime Container
 
+## 1.0.8
+Changes:
+  - Update base image to openwhisk/dockerskeleton:1.3.3
+
 ## 1.0.7
 Changes:
   - Update base image to openwhisk/dockerskeleton:1.3.2
diff --git a/core/swift41Action/Dockerfile b/core/swift41Action/Dockerfile
index 6a22d19..3c005ef 100644
--- a/core/swift41Action/Dockerfile
+++ b/core/swift41Action/Dockerfile
@@ -72,7 +72,7 @@ RUN apt-get -y update \
  && apt-get -y install --fix-missing python2.7 python-gevent python-flask zip
 
 # 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 files needed to build and run action
 RUN mkdir -p /swift4Action/spm-build/Sources/Action