chetanmeh opened a new pull request #69: Add variable to configure the controller and invoker image prefix URL: https://github.com/apache/incubator-openwhisk-devtools/pull/69 Current docker-compose if configured to use published controller and invoker images from `openwhisk` namespace. For local development one needs to modify the `docker-compose.xml` to change the namespace prefix used. To simplify the development flow this pr introduces a new variable `DOCKER_OW_IMAGE_PREFIX` which can be used to define the image prefix for controller and invokers. By default it refers to published images To use locally build image invoke make command in following way DOCKER_OW_IMAGE_PREFIX=whisk make quick-start
---------------------------------------------------------------- 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
