You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ra...@apache.org on 2020/01/10 23:11:31 UTC

[openwhisk] branch master updated: add dotnet:3.1 runtime kind (#4792)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 0fcbe81  add dotnet:3.1 runtime kind (#4792)
0fcbe81 is described below

commit 0fcbe814457d593b6350eb1a5559443e1db23dc0
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Fri Jan 10 18:11:16 2020 -0500

    add dotnet:3.1 runtime kind (#4792)
---
 ansible/files/runtimes.json | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/ansible/files/runtimes.json b/ansible/files/runtimes.json
index a0ac11b..1edb70b 100644
--- a/ansible/files/runtimes.json
+++ b/ansible/files/runtimes.json
@@ -217,6 +217,21 @@
                     "attachmentName": "codefile",
                     "attachmentType": "text/plain"
                 }
+            },
+            {
+                "kind": "dotnet:3.1",
+                "default": false,
+                "deprecated": false,
+                "requireMain": true,
+                "image": {
+                    "prefix": "openwhisk",
+                    "name": "action-dotnet-v3.1",
+                    "tag": "nightly"
+                },
+                "attached": {
+                    "attachmentName": "codefile",
+                    "attachmentType": "text/plain"
+                }
             }
         ],
         "ballerina": [