You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by dg...@apache.org on 2019/07/01 14:07:36 UTC

[incubator-openwhisk] branch master updated: switch to `nightly` docker image tag for runtimes (#4529)

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

dgrove 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 fc38cc5  switch to `nightly` docker image tag for runtimes (#4529)
fc38cc5 is described below

commit fc38cc51741dc42ecf81453688e4b0439a71aca5
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Mon Jul 1 10:07:29 2019 -0400

    switch to `nightly` docker image tag for runtimes (#4529)
    
    * switch to `nightly` docker image tag for runtimes
    
    Master branch of OpenWhisk should default to using
    the most recent runtimes built from the master branch
    of the corresponding git repos. This image is now
    being published using the tag `nightly` instead of `latest`.
    The one exception is we will use 1.13.0-incubating for python2action
    because nightly build is disabled for python2action.
---
 ansible/files/runtimes-nodeonly.json |  8 ++++----
 ansible/files/runtimes.json          | 28 ++++++++++++++--------------
 2 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/ansible/files/runtimes-nodeonly.json b/ansible/files/runtimes-nodeonly.json
index f265337..ae1d3c0 100644
--- a/ansible/files/runtimes-nodeonly.json
+++ b/ansible/files/runtimes-nodeonly.json
@@ -2,12 +2,12 @@
     "runtimes": {
         "nodejs": [
             {
-                "kind": "nodejs:6",
+                "kind": "nodejs:10",
                 "default": true,
                 "image": {
                     "prefix": "openwhisk",
-                    "name": "nodejs6action",
-                    "tag": "latest"
+                    "name": "action-nodejs-v10",
+                    "tag": "nightly"
                 },
                 "deprecated": false,
                 "attached": {
@@ -26,7 +26,7 @@
         {
             "prefix": "openwhisk",
             "name": "dockerskeleton",
-            "tag": "latest"
+            "tag": "nightly"
         }
     ]
 }
diff --git a/ansible/files/runtimes.json b/ansible/files/runtimes.json
index 17b6d24..78b534a 100644
--- a/ansible/files/runtimes.json
+++ b/ansible/files/runtimes.json
@@ -7,7 +7,7 @@
                 "image": {
                     "prefix": "openwhisk",
                     "name": "nodejs6action",
-                    "tag": "latest"
+                    "tag": "nightly"
                 },
                 "deprecated": false,
                 "attached": {
@@ -21,7 +21,7 @@
                 "image": {
                     "prefix": "openwhisk",
                     "name": "action-nodejs-v8",
-                    "tag": "latest"
+                    "tag": "nightly"
                 },
                 "deprecated": false,
                 "attached": {
@@ -35,7 +35,7 @@
                 "image": {
                     "prefix": "openwhisk",
                     "name": "action-nodejs-v10",
-                    "tag": "latest"
+                    "tag": "nightly"
                 },
                 "deprecated": false,
                 "attached": {
@@ -55,7 +55,7 @@
                 "image": {
                     "prefix": "openwhisk",
                     "name": "action-nodejs-v12",
-                    "tag": "latest"
+                    "tag": "nightly"
                 },
                 "deprecated": false,
                 "attached": {
@@ -71,7 +71,7 @@
                 "image": {
                     "prefix": "openwhisk",
                     "name": "python2action",
-                    "tag": "latest"
+                    "tag": "1.13.0-incubating"
                 },
                 "deprecated": false,
                 "attached": {
@@ -85,7 +85,7 @@
                 "image": {
                     "prefix": "openwhisk",
                     "name": "python3action",
-                    "tag": "latest"
+                    "tag": "nightly"
                 },
                 "deprecated": false,
                 "attached": {
@@ -101,7 +101,7 @@
                 "image": {
                     "prefix": "openwhisk",
                     "name": "action-swift-v4.2",
-                    "tag": "latest"
+                    "tag": "nightly"
                 },
                 "deprecated": false,
                 "attached": {
@@ -117,7 +117,7 @@
                 "image": {
                     "prefix": "openwhisk",
                     "name": "java8action",
-                    "tag": "latest"
+                    "tag": "nightly"
                 },
                 "deprecated": false,
                 "attached": {
@@ -135,7 +135,7 @@
                 "image": {
                     "prefix": "openwhisk",
                     "name": "action-php-v7.3",
-                    "tag": "latest"
+                    "tag": "nightly"
                 },
                 "attached": {
                     "attachmentName": "codefile",
@@ -155,7 +155,7 @@
                 "image": {
                     "prefix": "openwhisk",
                     "name": "action-ruby-v2.5",
-                    "tag": "latest"
+                    "tag": "nightly"
                 }
             }
         ],
@@ -171,7 +171,7 @@
                 "image": {
                     "prefix": "openwhisk",
                     "name": "actionloop-golang-v1.11",
-                    "tag": "latest"
+                    "tag": "nightly"
                 }
             }
         ],
@@ -184,7 +184,7 @@
                 "image": {
                     "prefix": "openwhisk",
                     "name": "action-dotnet-v2.2",
-                    "tag": "latest"
+                    "tag": "nightly"
                 },
                 "attached": {
                     "attachmentName": "codefile",
@@ -199,7 +199,7 @@
                 "image": {
                     "prefix": "openwhisk",
                     "name": "action-ballerina-v0.990.2",
-                    "tag": "latest"
+                    "tag": "nightly"
                 },
                 "deprecated": false,
                 "attached": {
@@ -213,7 +213,7 @@
         {
             "prefix": "openwhisk",
             "name": "dockerskeleton",
-            "tag": "latest"
+            "tag": "nightly"
         }
     ]
 }