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 2021/08/13 16:38:56 UTC

[openwhisk] branch master updated: update name for Python 3 image (#5148)

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 209dc44  update name for Python 3 image (#5148)
209dc44 is described below

commit 209dc44cc8d8fd46e5ac56a869ca7dd58ad9f616
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Fri Aug 13 12:38:44 2021 -0400

    update name for Python 3 image (#5148)
    
    We changed the image name we use to publish on dockerhub
    from actionloop-python-v3.7 to action-python-v3.7
    and forgot to update runtime.json to match.
---
 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 b5b2d9e..36c85b8 100644
--- a/ansible/files/runtimes.json
+++ b/ansible/files/runtimes.json
@@ -62,7 +62,7 @@
                 "default": true,
                 "image": {
                     "prefix": "openwhisk",
-                    "name": "actionloop-python-v3.7",
+                    "name": "action-python-v3.7",
                     "tag": "nightly"
                 },
                 "deprecated": false,