ddragosd closed pull request #130: Update runtime manifest for stem cell configuration.
URL: https://github.com/apache/incubator-openwhisk-devtools/pull/130
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 29c79d1..9b0dbe9 100644
--- a/docker-compose/docker-whisk-controller.env
+++ b/docker-compose/docker-whisk-controller.env
@@ -62,8 +62,4 @@ AKKA_CLUSTER_SEED_NODES=[]
AKKA_CLUSTER_BIND_PORT=5221
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": true, "kind": "swift:3",
"image": {"name": "swift3action"}}, {"default": true, "deprecated": false, "kind": "swift:3.1.1",
"image": {"name": "action-swift-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={"runtimes":{"nodejs":[{"kind":"nodejs","image":{"name":"nodejsaction"},"deprecated":true},{"kind":"nodejs:6","default":true,"image":{"name":"nodejs6action"},"deprecated":false,"stemCells":[{"count":2,"memory":"256
MB"}]},{"kind":"nodejs:8","default":false,"image":{"name":"action-nodejs-v8"},"deprecated":false}],"python":[{"kind":"python","image":{"name":"python2action"},"deprecated":false},{"kind":"python:2","default":true,"image":{"name":"python2action"},"deprecated":false},{"kind":"python:3","image":{"name":"python3action"},"deprecated":false}],"swift":[{"kind":"swift","image":{"name":"swiftaction"},"deprecated":true},{"kind":"swift:3","image":{"name":"swift3action"},"deprecated":true},{"kind":"swift:3.1.1","image":{"name":"action-swift-v3.1.1"},"deprecated":false},{"kind":"swift:4.1","default":true,"image":{"name":"action-swift-v4.1"},"deprecated":false}],"java":[{"kind":"java","default":true,"image":{"name":"java8action"},"deprecated":false,"attached":{"attachmentName":"jarfile","attachmentType":"application/java-archive"},"sentinelledLogs":false,"requireMain":true}],"php":[{"kind":"php:7.1","default":true,"deprecated":false,"image":{"name":"action-php-v7.1"}}]},"blackboxes":[{"name":"dockerskeleton"}]}
----------------------------------------------------------------
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
|