rabbah commented on issue #2927: bash kind action URL: https://github.com/apache/incubator-openwhisk/issues/2927#issuecomment-348806952 The convenience of the runtime manifest is that for private deployments you deploy which images you want or need including replacing the openwhisk ones on dockerhub with organization specific ones. So one approach is to leave the. openwhisk docker skeleton alone and either publish your own or simply integrate it with your build and deployment. The down side of modifying the skeleton that?s part of the current base image is that you?ll incur the cost of recursively walking a json object whether the action is a bash one or not. I don?t know what the performance impact of that might be but for the majority of docker actions I suspect this will be unnecessary overhead. If as you say users for bash scripts will not expect complex objects than a simple jq query is straight forward. You?re welcome to open a pull request and also raise discussion on the dev list.
---------------------------------------------------------------- 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
