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 2019/02/11 17:16:08 UTC

[GitHub] adrianmo opened a new issue #1943: Release Docker images based on bookkeeper-all

adrianmo opened a new issue #1943: Release Docker images based on bookkeeper-all
URL: https://github.com/apache/bookkeeper/issues/1943
 
 
   **FEATURE REQUEST**
   
   The origin of this feature request is our attempt to configure and enable Codahale metrics in our BookKeeper instance running on Docker. We realized that [Apache's BK Docker images](https://hub.docker.com/r/apache/bookkeeper) are based on the `bookkeeper-server` distribution, which only includes the Java classes for the Prometheus metrics provider.
   
   Currently, BookKeeper is also distributed as a full-packaged tarball called `bookkeeper-all-<VERSION>-bin.tag.gz` that, as opposed to the `bookkeeper-server` dist, it contains all dependency libraries. This request is for including an additional `<VERSION>-all` Docker image/tag based on that `bookkeeper-all` distribution on every BK release. 
   
   E.g. when releasing 4.10.0, it would generate the regular `4.10.0` Docker tag based on `bookkeeper-server` and an additional `4.10.0-all` tag based on `bookkeeper-all`.
   
   This is a nice-to-have feature. At this moment, we are going to work around that by basing our Docker image on the BK image, downloading the `bookkeeper-all` distribution and overriding the contents of the original image. 

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