You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2017/12/04 12:01:19 UTC

[GitHub] chetanmeh opened a new pull request #69: Add variable to configure the controller and invoker image prefix

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:
users@infra.apache.org


With regards,
Apache Git Services