Skip to content

Commit

Permalink
Issue-732 Update Dockerfile for 4.5.1 version (apache#746)
Browse files Browse the repository at this point in the history
Issue-732 Update Dockerfile for 4.5.1 version and change stats env to Nullstats
  • Loading branch information
eolivelli authored and sijie committed Dec 2, 2017
1 parent 3cecb12 commit 3ea2b38
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
FROM centos:7
MAINTAINER Apache BookKeeper <dev@bookkeeper.apache.org>

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
Expand Down
1 change: 1 addition & 0 deletions docker/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 3ea2b38

Please sign in to comment.