rabbah commented on issue #2112: Allow docker actions with zip files. URL: https://github.com/apache/incubator-openwhisk/pull/2112#issuecomment-308470212 Summarizing discussion on Slack with @mdeuser and @dubeejw: 1. there is a strong preference to preserve `--docker` and not break behavior 2. there is preference to add second position argument which if present is the zip file for the docker action (`wsk action create name image [zipfile] --docker`) 3. add new option `--image` which accepts an image name and positional argument is the zip file (`wsk action create name [zipfile] --image image`); this preserves `--docker` behavior. 4. add `--docker` with `--image` to specify the image name and positional argument is the zip file (`wsk action create name [zipfile] --docker --image image`) 5. add `--kind docker` with `--image` to specify the image name, and positional argument is the zip file (`wsk action create name [zipfile] --kind docker --image image`) 6. make a breaking change so that the docker flag takes an artifact which is this PR in its current state (`wsk action create name [zipfile] --docker image`) ---------------------------------------------------------------- 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
