You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bookkeeper.apache.org by GitBox <gi...@apache.org> on 2018/05/23 01:57:13 UTC

[GitHub] sijie opened a new pull request #1427: Publish bookkeeper dev image to docker hub

sijie opened a new pull request #1427: Publish bookkeeper dev image to docker hub
URL: https://github.com/apache/bookkeeper/pull/1427
 
 
   Descriptions of the changes in this PR:
   
   *Motivation*
   
   We built a `bookkeeper-current` image that reflects latest master for integration tests. However currently we don't publish this docker image to any docker registry. So it is inconvenient to test latest master in dockerized environments.
   
   *Solution*
   
   - Add a dev script to publish `bookkeeper-current` image to configured docker registry specified at `DOCKER_REGISTRY`
   - Update the nightly snapshot job to publish generated `bookkeeper-current` image to docker hub `apachebookkeeper`
   - Add `bin/standalone` script to use `docker-compose` to launch a 3-nodes bookkeeper cluster locally. The script generates docker-compose.yml and handles mounting local volumes and port forwarding. so developers can use that for quick development.

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