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 2021/04/26 13:38:18 UTC

[openwhisk] branch master updated: update default python3 image name (#5104)

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/openwhisk.git


The following commit(s) were added to refs/heads/master by this push:
     new f7ec9e3  update default python3 image name (#5104)
f7ec9e3 is described below

commit f7ec9e30d2de3f0c3252e32b300d4aa7412b15bf
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Mon Apr 26 09:37:51 2021 -0400

    update default python3 image name (#5104)
    
    We stopped building the old (non-actionloop) python 3 docker image
    about six months ago. Update the default image name so we use/test the
    actionloop-based python3 runtime.
---
 ansible/files/runtimes.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ansible/files/runtimes.json b/ansible/files/runtimes.json
index d795648..af3e238 100644
--- a/ansible/files/runtimes.json
+++ b/ansible/files/runtimes.json
@@ -76,7 +76,7 @@
                 "default": true,
                 "image": {
                     "prefix": "openwhisk",
-                    "name": "python3action",
+                    "name": "actionloop-python-v3.7",
                     "tag": "nightly"
                 },
                 "deprecated": false,