You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by GitBox <gi...@apache.org> on 2019/02/14 13:18:29 UTC

[GitHub] kameshsampath opened a new issue #437: Passing image destination to build

kameshsampath opened a new issue #437: Passing image destination to build
URL: https://github.com/apache/camel-k/issues/437
 
 
   currently the build form source produces the `docker.io/apache/camel-k` image;  when testing builds and to enable using developer builds locally it will be better customize the image destination to be passed to the build. 
   
   e.g. `make imageDestination=quay.io/myrepo images` should result in image with name `quay.io/myrepo/camel-k` being produced, if the parameter is not passed then it will default to `docker.io/apache/camel-k`

----------------------------------------------------------------
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