sdague opened a new issue #2977: If you specify --kind and --docker, --docker is silently ignored URL: https://github.com/apache/incubator-openwhisk/issues/2977 When you set an action using the wsk action update command, and specify both --kind and --docker, the --docker portion is silently ignored. Instead at least a warning should be provided to the users to ensure that they get something consistent. This tripped me up when moving from a --kind python:3 to --docker <customimage> as I didn't remember to delete the --kind from my script, then my image wasn't used, the base python3action was used instead.
---------------------------------------------------------------- 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
