This is an automated email from the ASF dual-hosted git repository.
dragos 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 6005fd6 remove swift:3 support (#67)
6005fd6 is described below
commit 6005fd69a603e442ef0f24e001c803065be42686
Author: Carlos Santana <[email protected]>
AuthorDate: Tue Nov 28 23:59:17 2017 -0500
remove swift:3 support (#67)
---
docker-compose/docker-whisk-controller.env | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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": "java8 [...]
+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": "java8 [...]
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].