This is an automated email from the ASF dual-hosted git repository. eolivelli pushed a commit to tag release-4.5.1 in repository https://gitbox.apache.org/repos/asf/bookkeeper.git
commit e73aeb20cde245919dc2079d35cb29aeb9518307 Author: Enrico Olivelli <[email protected]> AuthorDate: Mon Nov 20 14:23:12 2017 +0100 Issue-732 Update Dockerfile for 4.5.1 version (#746) Issue-732 Update Dockerfile for 4.5.1 version and change stats env to Nullstats --- docker/Dockerfile | 4 ++-- docker/Makefile | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 2af5a61..59538bb 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -20,9 +20,9 @@ FROM centos:7 MAINTAINER Apache BookKeeper <[email protected]> -ARG BK_VERSION=4.5.0 +ARG BK_VERSION=4.5.1 ARG DISTRO_NAME=bookkeeper-server-${BK_VERSION}-bin -ARG GPG_KEY=FD74402C +ARG GPG_KEY=A615D22C ENV BOOKIE_PORT=3181 EXPOSE $BOOKIE_PORT diff --git a/docker/Makefile b/docker/Makefile index 23a3ecf..2b75519 100644 --- a/docker/Makefile +++ b/docker/Makefile @@ -83,6 +83,7 @@ run-bk: --name "$(CONTAINER_NAME)" \ --hostname "$(CONTAINER_NAME)" \ --env BK_zkServers=$(ZK_CONTAINER_NAME):2181 \ + --env BK_statsProviderClass=org.apache.bookkeeper.stats.NullStatsProvider \ --env BK_zkLedgersRootPath=$(BK_zkLedgersRootPath) \ $(IMAGE) -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
