This is an automated email from the ASF dual-hosted git repository.

eolivelli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git


The following commit(s) were added to refs/heads/master by this push:
     new 890808a  Update Docker File to use 4.8.0 and signature from 
eolive...@apache.org
890808a is described below

commit 890808a765e2869289104cc9c332eb6d2f539fb4
Author: Enrico Olivelli <eolive...@gmail.com>
AuthorDate: Wed Sep 26 13:22:32 2018 +0200

    Update Docker File to use 4.8.0 and signature from eolive...@apache.org
    
    Descriptions of the changes in this PR:
    
    Update docker image to latest and greatest BookKeeper version
    
    
    
    
    
    Author: Enrico Olivelli <eolive...@apache.org>
    
    Reviewers: Sijie Guo <si...@apache.org>
    
    This closes #1707 from eolivelli/fix/update-docker-480
---
 docker/Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docker/Dockerfile b/docker/Dockerfile
index 6257b8b..deb00ea 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -20,9 +20,9 @@
 FROM centos:7
 MAINTAINER Apache BookKeeper <d...@bookkeeper.apache.org>
 
-ARG BK_VERSION=4.7.2
+ARG BK_VERSION=4.8.0
 ARG DISTRO_NAME=bookkeeper-server-${BK_VERSION}-bin
-ARG GPG_KEY=FD74402C
+ARG GPG_KEY=A615D22C
 
 ENV BOOKIE_PORT=3181
 EXPOSE $BOOKIE_PORT

Reply via email to