You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2017/11/15 14:23:11 UTC

[GitHub] mrutkows opened a new issue #647: Update runtimes (kinds) to match latest versions

mrutkows opened a new issue #647: Update runtimes (kinds) to match latest versions
URL: https://github.com/apache/incubator-openwhisk-wskdeploy/issues/647
 
 
   As of 2017-11-15 the supported runtime "kinds" have been updated by PR (https://github.com/apache/incubator-openwhisk/pull/2853/files) as follows:
   
   ```
                            "nodejs:6",  // removed "nodejs:default"
   +                        "python:2",
   +                        "python:3", // removed "python"
                            "swift:3",
   +                        "swift:3.1.1",  // removed "swift" and "swift:default"
                            "java",
                            "blackbox"
   ```
   
   As you can see, there is a trend to not use the ":default" and rely more on strict versioning.
   
   We should explore our logic at (dynamically) getting the list of supported "kinds" from the target host and allow ":default" to always find the highest version available for a given language.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services