You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bookkeeper.apache.org by eo...@apache.org on 2018/09/26 11:23:07 UTC

[bookkeeper] branch branch-4.8 updated: Update Docker File to use 4.8.0 and signature from eolivelli@apache.org

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

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


The following commit(s) were added to refs/heads/branch-4.8 by this push:
     new fa0751e  Update Docker File to use 4.8.0 and signature from eolivelli@apache.org
fa0751e is described below

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

    Update Docker File to use 4.8.0 and signature from eolivelli@apache.org
    
    Descriptions of the changes in this PR:
    
    Update docker image to latest and greatest BookKeeper version
    
    Author: Enrico Olivelli <eo...@apache.org>
    
    Reviewers: Sijie Guo <si...@apache.org>
    
    This closes #1707 from eolivelli/fix/update-docker-480
    
    (cherry picked from commit 890808a765e2869289104cc9c332eb6d2f539fb4)
    Signed-off-by: Enrico Olivelli <eo...@apache.org>
---
 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 <de...@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