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/12/01 06:37:43 UTC

[GitHub] Terry-Shi opened a new issue #103: only need java runtime

Terry-Shi opened a new issue #103: only need java runtime 
URL: https://github.com/apache/incubator-openwhisk-deploy-kube/issues/103
 
 
   is that possible to only include java runtime in invoker.yml
   like this:
   - name: "RUNTIMES_MANIFEST"
      value: '{ "defaultImagePrefix": "openwhisk", "defaultImageTag": "latest", "runtimes": { "java": [ { "kind": "java", "default": true, "image": { "name": "java8action" }, "deprecated": false, "attached": { "attachmentName": "jarfile", "attachmentType": "application/java-archive" }, "sentinelledLogs": false, "requireMain": true } ] }}'

----------------------------------------------------------------
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