You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by gi...@git.apache.org on 2017/06/05 22:47:32 UTC

[GitHub] csantanapr commented on issue #2331: introduce a 'binary' kind to distinguish from 'docker' kind

csantanapr commented on issue #2331: introduce a 'binary' kind to distinguish from 'docker' kind
URL: https://github.com/apache/incubator-openwhisk/issues/2331#issuecomment-306331879
 
 
   Would this let me specify both a zip that get's send in /init, and also specify the docker image ?
   
   Meaning let's say I have a few npm packages that are not included in the nodejs runtime, and the the npm packages go above the 48MB, let's say 80MB.
   
   Can I create a nodejs zip action call it nodejsaction.zip small without the npm pakcages.
   Then create a new docker image that extends from openwhisk/nodejs6action with the only modification that I add more npm packages (80MB) to the image
   
   Then do something in the cli like:
   `wsk action create --kind native --docker csantanapr/fatnodejs myaction nodejsaction.zip`
   
 
----------------------------------------------------------------
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