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

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


The following commit(s) were added to refs/heads/master by this push:
     new 2079e03  Update runtimes. (#201)
2079e03 is described below

commit 2079e0395c7f386d1bbcd20c72bab2fc851f35fa
Author: rodric rabbah <[email protected]>
AuthorDate: Mon Feb 18 20:47:06 2019 -0500

    Update runtimes. (#201)
---
 docker-compose/Makefile                    | 4 +---
 docker-compose/docker-whisk-controller.env | 2 +-
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/docker-compose/Makefile b/docker-compose/Makefile
index 7d60234..2046593 100644
--- a/docker-compose/Makefile
+++ b/docker-compose/Makefile
@@ -122,16 +122,14 @@ docker-pull-full:
        docker pull $(DOCKER_IMAGE_PREFIX)/action-nodejs-v10
        docker pull $(DOCKER_IMAGE_PREFIX)/python2action
        docker pull $(DOCKER_IMAGE_PREFIX)/python3action
-       docker pull $(DOCKER_IMAGE_PREFIX)/action-swift-v3.1.1
-       docker pull $(DOCKER_IMAGE_PREFIX)/action-swift-v4.1
        docker pull $(DOCKER_IMAGE_PREFIX)/action-swift-v4.2
        docker pull $(DOCKER_IMAGE_PREFIX)/java8action
-       docker pull $(DOCKER_IMAGE_PREFIX)/action-php-v7.2
        docker pull $(DOCKER_IMAGE_PREFIX)/action-php-v7.3
        docker pull $(DOCKER_IMAGE_PREFIX)/action-ruby-v2.5
        docker pull $(DOCKER_IMAGE_PREFIX)/actionloop-golang-v1.11
        docker pull $(DOCKER_IMAGE_PREFIX)/dockerskeleton
        docker pull $(DOCKER_IMAGE_PREFIX)/action-dotnet-v2.2
+       docker pull $(DOCKER_IMAGE_PREFIX)/action-ballerina-v0.990.2
 
 download-cli:
        echo "downloading the CLI tool ... "
diff --git a/docker-compose/docker-whisk-controller.env 
b/docker-compose/docker-whisk-controller.env
index 60704ed..612ceb1 100644
--- a/docker-compose/docker-whisk-controller.env
+++ b/docker-compose/docker-whisk-controller.env
@@ -63,4 +63,4 @@ AKKA_CLUSTER_SEED_NODES=[]
 AKKA_CLUSTER_BIND_PORT=5221
 
 WHISK_SYSTEM_KEY=whisk.system
-RUNTIMES_MANIFEST={"runtimes":{"nodejs":[{"kind":"nodejs:6","default":true,"image":{"prefix":"openwhisk","name":"nodejs6action","tag":"latest"},"deprecated":false,"stemCells":[{"count":2,"memory":"256
 
MB"}]},{"kind":"nodejs:8","default":false,"image":{"prefix":"openwhisk","name":"action-nodejs-v8","tag":"latest"},"deprecated":false},{"kind":"nodejs:10","default":false,"image":{"prefix":"openwhisk","name":"action-nodejs-v10","tag":"latest"},"deprecated":false}],"python":[{"kind":"python",
 [...]
+RUNTIMES_MANIFEST={"runtimes":{"nodejs":[{"kind":"nodejs:6","default":true,"image":{"prefix":"openwhisk","name":"nodejs6action","tag":"latest"},"deprecated":false,"attached":{"attachmentName":"codefile","attachmentType":"text/plain"},"stemCells":[{"count":2,"memory":"256
 
MB"}]},{"kind":"nodejs:8","default":false,"image":{"prefix":"openwhisk","name":"action-nodejs-v8","tag":"latest"},"deprecated":false,"attached":{"attachmentName":"codefile","attachmentType":"text/plain"}},{"kind":"nodejs
 [...]

Reply via email to