You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by st...@apache.org on 2019/05/08 02:29:30 UTC

[incubator-openwhisk] branch master updated: switch stemcells from nodejs:6 to nodejs:10 (#4471)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 95afbb3  switch stemcells from nodejs:6 to nodejs:10 (#4471)
95afbb3 is described below

commit 95afbb32aef61f8d278ee142d1cea7cead96a0ff
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Tue May 7 22:29:24 2019 -0400

    switch stemcells from nodejs:6 to nodejs:10 (#4471)
    
    If we are switching the default runtime to nodejs:10,
    we should change the default stemcell configuration to match.
---
 ansible/files/runtimes.json | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/ansible/files/runtimes.json b/ansible/files/runtimes.json
index c3e80d3..4fb5b0d 100644
--- a/ansible/files/runtimes.json
+++ b/ansible/files/runtimes.json
@@ -13,13 +13,7 @@
                 "attached": {
                     "attachmentName": "codefile",
                     "attachmentType": "text/plain"
-                },
-                "stemCells": [
-                    {
-                        "count": 2,
-                        "memory": "256 MB"
-                    }
-                ]
+                }
             },
             {
                 "kind": "nodejs:8",
@@ -47,7 +41,13 @@
                 "attached": {
                     "attachmentName": "codefile",
                     "attachmentType": "text/plain"
-                }
+                },
+                "stemCells": [
+                    {
+                        "count": 2,
+                        "memory": "256 MB"
+                    }
+                ]
             }
         ],
         "python": [