This is an automated email from the ASF dual-hosted git repository. dgrove pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-runtime-swift.git
commit 609cde6b0d669af918c9605a2a6076f36257b9ff Author: Rodric Rabbah <[email protected]> AuthorDate: Thu Jul 5 20:32:57 2018 -0400 Update base images to openwhisk/dockerskeleton:1.3.1. --- core/swift3.1.1Action/CHANGELOG.md | 4 ++++ core/swift3.1.1Action/Dockerfile | 2 +- core/swift41Action/CHANGELOG.md | 4 ++++ core/swift41Action/Dockerfile | 2 +- tests/.pydevproject | 5 ----- 5 files changed, 10 insertions(+), 7 deletions(-) diff --git a/core/swift3.1.1Action/CHANGELOG.md b/core/swift3.1.1Action/CHANGELOG.md index 146b9da..6eb342c 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.1 +Changes: + - Update base image to openwhisk/dockerskeleton:1.3.1 + ## 1.0.0 Initial Swift 3.1 image - Image name: `openwhisk/action-swift-v3.1.1` diff --git a/core/swift3.1.1Action/Dockerfile b/core/swift3.1.1Action/Dockerfile index dc64d91..e727f3b 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.1.0/core/actionProxy/actionproxy.py /actionProxy/actionproxy.py +ADD https://raw.githubusercontent.com/apache/incubator-openwhisk-runtime-docker/dockerskeleton%401.3.1/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 d98c082..d8f1379 100644 --- a/core/swift41Action/CHANGELOG.md +++ b/core/swift41Action/CHANGELOG.md @@ -19,6 +19,10 @@ # Apache OpenWhisk Swift 4.1 Runtime Container +## 1.0.6 +Changes: + - Update base image to openwhisk/dockerskeleton:1.3.1 + ## 1.0.5 Changes: - update to pass swiftc flags -Xswiftc -Onone to workaround swift optimization problem diff --git a/core/swift41Action/Dockerfile b/core/swift41Action/Dockerfile index cd3ae84..96fa9b5 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.1.0/core/actionProxy/actionproxy.py /actionProxy/actionproxy.py +ADD https://raw.githubusercontent.com/apache/incubator-openwhisk-runtime-docker/dockerskeleton%401.3.1/core/actionProxy/actionproxy.py /actionProxy/actionproxy.py # Add files needed to build and run action RUN mkdir -p /swift4Action/spm-build/Sources/Action diff --git a/tests/.pydevproject b/tests/.pydevproject deleted file mode 100644 index 40e9f40..0000000 --- a/tests/.pydevproject +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<?eclipse-pydev version="1.0"?><pydev_project> -<pydev_property name="org.python.pydev.PYTHON_PROJECT_INTERPRETER">Default</pydev_property> -<pydev_property name="org.python.pydev.PYTHON_PROJECT_VERSION">python 2.7</pydev_property> -</pydev_project>
