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 2017/11/29 04:59:21 UTC

[GitHub] ddragosd closed pull request #67: remove swift:3 support

ddragosd closed pull request #67: remove swift:3 support
URL: https://github.com/apache/incubator-openwhisk-devtools/pull/67
 
 
   

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/docker-compose/docker-whisk-controller.env b/docker-compose/docker-whisk-controller.env
index cd6ebbf..7a59e90 100644
--- a/docker-compose/docker-whisk-controller.env
+++ b/docker-compose/docker-whisk-controller.env
@@ -64,7 +64,7 @@ AKKA_CLUSTER_BIND_PORT=5221
 AKKA_ACTOR_PROVIDER=local
 
 WHISK_SYSTEM_KEY=whisk.system
-RUNTIMES_MANIFEST={"defaultImagePrefix": "openwhisk", "defaultImageTag": "latest", "blackboxes": [{"name": "dockerskeleton"}], "runtimes": {"python": [{"deprecated": false, "kind": "python", "image": {"name": "python2action"}}, {"default": true, "deprecated": false, "kind": "python:2", "image": {"name": "python2action"}}, {"deprecated": false, "kind": "python:3", "image": {"name": "python3action"}}], "java": [{"kind": "java", "default": true, "deprecated": false, "image": {"name": "java8action"}, "attached": {"attachmentType": "application/java-archive", "attachmentName": "jarfile"}, "sentinelledLogs": false, "requireMain": true}], "php": [{"default": true, "deprecated": false, "kind": "php:7.1", "image": {"name": "action-php-v7.1"}}], "swift": [{"deprecated": true, "kind": "swift", "image": {"name": "swiftaction"}}, {"deprecated": false, "kind": "swift:3", "image": {"name": "swift3action"}}, {"default": true, "deprecated": false, "kind": "swift:3.1.1", "image": {"name": "action-swi
 ft-v3.1.1"}}], "nodejs": [{"deprecated": true, "kind": "nodejs", "image": {"name": "nodejsaction"}}, {"default": true, "deprecated": false, "kind": "nodejs:6", "image": {"name": "nodejs6action"}}, {"default": false, "deprecated": false, "kind": "nodejs:8", "image": {"name": "action-nodejs-v8"}}]}}
+RUNTIMES_MANIFEST={"defaultImagePrefix": "openwhisk", "defaultImageTag": "latest", "blackboxes": [{"name": "dockerskeleton"}], "runtimes": {"python": [{"deprecated": false, "kind": "python", "image": {"name": "python2action"}}, {"default": true, "deprecated": false, "kind": "python:2", "image": {"name": "python2action"}}, {"deprecated": false, "kind": "python:3", "image": {"name": "python3action"}}], "java": [{"kind": "java", "default": true, "deprecated": false, "image": {"name": "java8action"}, "attached": {"attachmentType": "application/java-archive", "attachmentName": "jarfile"}, "sentinelledLogs": false, "requireMain": true}], "php": [{"default": true, "deprecated": false, "kind": "php:7.1", "image": {"name": "action-php-v7.1"}}], "swift": [{"deprecated": true, "kind": "swift", "image": {"name": "swiftaction"}}, {"deprecated": true, "kind": "swift:3", "image": {"name": "swift3action"}}, {"default": true, "deprecated": false, "kind": "swift:3.1.1", "image": {"name": "action-swif
 t-v3.1.1"}}], "nodejs": [{"deprecated": true, "kind": "nodejs", "image": {"name": "nodejsaction"}}, {"default": true, "deprecated": false, "kind": "nodejs:6", "image": {"name": "nodejs6action"}}, {"default": false, "deprecated": false, "kind": "nodejs:8", "image": {"name": "action-nodejs-v8"}}]}}
 
 
 


 

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