mrutkows commented on issue #306: Implicit Runtime for Java is set to 
nodejs:default
URL: 
https://github.com/apache/incubator-openwhisk-wskdeploy/issues/306#issuecomment-323358721
 
 
   @lzbj @daisy-ycguo @houshengbo David, if you read the issue, you see Rodric 
has an example "curl" command.  I myself just tried it against bluemix:
   
   Matt$ curl -k  https://openwhisk.ng.bluemix.net
   {
     "support": {
       "github": "https://github.com/apache/incubator-openwhisk/issues";,
       "slack": "http://slack.openwhisk.org";
     },
     "description": "OpenWhisk",
     "api_paths": ["/api/v1"],
     "runtimes": {
       "nodejs": [{
         "image": "openwhisk/nodejsaction:latest",
         "deprecated": true,
         "requireMain": false,
         "default": false,
         "attached": false,
         "kind": "nodejs"
       }, {
         "image": "openwhisk/nodejs6action:latest",
         "deprecated": false,
         "requireMain": false,
         "default": true,
         "attached": false,
         "kind": "nodejs:6"
       }],
       "java": [{
         "image": "openwhisk/java8action:latest",
         "deprecated": false,
         "requireMain": true,
         "default": true,
         "attached": true,
         "kind": "java"
       }],
       "php": [{
         "image": "openwhisk/action-php-v7.1:latest",
         "deprecated": false,
         "requireMain": false,
         "default": true,
         "attached": false,
         "kind": "php:7.1"
       }],
       "python": [{
         "image": "openwhisk/python2action:latest",
         "deprecated": false,
         "requireMain": false,
         "default": false,
         "attached": false,
         "kind": "python"
       }, {
         "image": "openwhisk/python2action:latest",
         "deprecated": false,
         "requireMain": false,
         "default": true,
         "attached": false,
         "kind": "python:2"
       }, {
         "image": "openwhisk/python3action:latest",
         "deprecated": false,
         "requireMain": false,
         "default": false,
         "attached": false,
         "kind": "python:3"
       }],
       "swift": [{
         "image": "openwhisk/swiftaction:latest",
         "deprecated": true,
         "requireMain": false,
         "default": false,
         "attached": false,
         "kind": "swift"
       }, {
         "image": "openwhisk/swift3action:latest",
         "deprecated": false,
         "requireMain": false,
         "default": true,
         "attached": false,
         "kind": "swift:3"
       }, {
         "image": "openwhisk/action-swift-v3.1.1:latest",
         "deprecated": false,
         "requireMain": false,
         "default": false,
         "attached": false,
         "kind": "swift:3.1.1"
       }]
     },
     "limits": {
       "actions_per_minute": 5000,
       "triggers_per_minute": 5000,
       "concurrent_actions": 1000
     }
   }
   
   if you need to hardcode the list for now (based upon 
[https://github.com/apache/incubator-openwhisk/blob/master/ansible/group_vars/all](https://github.com/apache/incubator-openwhisk/blob/master/ansible/group_vars/all))to
 get it supporting all current kinds/runtimes please do so and open another 
issue to make it dynamic using the API (CLI). 
 
----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to