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 2018/12/04 19:28:57 UTC

[bookkeeper] branch master updated: Update BookKeeper version in Docker file for 4.8.1 release

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

sijie 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 bfd7726  Update BookKeeper version in Docker file for 4.8.1 release
bfd7726 is described below

commit bfd77268a00787cbbc0dc43d665d94ca195c4652
Author: Enrico Olivelli <eo...@gmail.com>
AuthorDate: Tue Dec 4 20:28:53 2018 +0100

    Update BookKeeper version in Docker file for 4.8.1 release
    
    Descriptions of the changes in this PR:
    Change version from 4.8.0 in 4.8.1 on Dockerfile in branch-4.8
    
    
    ### Motivation
    
    Distribute new Docker images for 4.8.1 release
    
    
    
    
    
    Reviewers: Sijie Guo <sijieapache.org>
    
    This closes #1851 from eolivelli/fix/docker-4.8.1
    
    
    
    
    Reviewers: Sijie Guo <si...@apache.org>
    
    This closes #1854 from eolivelli/fix/pick-481-docker
---
 docker/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker/Dockerfile b/docker/Dockerfile
index deb00ea..e63ab77 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -20,7 +20,7 @@
 FROM centos:7
 MAINTAINER Apache BookKeeper <de...@bookkeeper.apache.org>
 
-ARG BK_VERSION=4.8.0
+ARG BK_VERSION=4.8.1
 ARG DISTRO_NAME=bookkeeper-server-${BK_VERSION}-bin
 ARG GPG_KEY=A615D22C