You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bookkeeper.apache.org by si...@apache.org on 2019/02/01 15:54:05 UTC

[bookkeeper] branch branch-4.9 updated: [RELEASE] Update Dockerfile to 4.9.0

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

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


The following commit(s) were added to refs/heads/branch-4.9 by this push:
     new 0306283  [RELEASE] Update Dockerfile to 4.9.0
0306283 is described below

commit 03062833e9f0c307a0468c953a57ce2f5c241253
Author: Sijie Guo <gu...@gmail.com>
AuthorDate: Fri Feb 1 23:53:19 2019 +0800

    [RELEASE] Update Dockerfile to 4.9.0
    
    
    
    
    
    
    Reviewers: Jia Zhai <zh...@apache.org>
    
    This closes #1929 from sijie/update_docker_file
    
    (cherry picked from commit 1da10f8cfaa7ad2bd132f7136291e20ce2d97d5c)
    Signed-off-by: Sijie Guo <si...@apache.org>
---
 docker/Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docker/Dockerfile b/docker/Dockerfile
index e63ab77..d8639d8 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.8.1
+ARG BK_VERSION=4.9.0
 ARG DISTRO_NAME=bookkeeper-server-${BK_VERSION}-bin
-ARG GPG_KEY=A615D22C
+ARG GPG_KEY=FD74402C
 
 ENV BOOKIE_PORT=3181
 EXPOSE $BOOKIE_PORT