You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by vo...@apache.org on 2019/08/07 11:31:48 UTC

[rocketmq-docker] 24/24: Merge pull request #5 from liuruiyiyang/feat_add_alpine_image

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

vongosling pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-docker.git

commit 7ada1868f268fd3034f981724553b0483b9ecf5f
Merge: 07ead21 cdf2818
Author: von gosling <vo...@apache.org>
AuthorDate: Wed Aug 7 19:31:20 2019 +0800

    Merge pull request #5 from liuruiyiyang/feat_add_alpine_image
    
    Support openjdk-alpine base image to provide light-weight version docker image

 README.md                                          |  6 +-
 image-build/{Dockerfile => Dockerfile-alpine}      | 39 +++++----
 image-build/{Dockerfile => Dockerfile-centos}      |  0
 image-build/build-image.sh                         | 39 +++++++--
 image-build/scripts/runbroker-customize.sh         | 96 +++++++++++++++++-----
 image-build/scripts/runserver-customize.sh         | 94 +++++++++++++++++----
 product/README.md                                  | 14 ++--
 product/conf/2m-noslave/broker-trace.properties    |  2 -
 product/start-broker.sh                            | 32 ++++++--
 product/start-ns.sh                                | 32 ++++++--
 stage.sh                                           | 10 +--
 .../docker-compose/data1/broker/conf/broker.conf   |  2 +-
 templates/docker-compose/docker-compose.yml        |  8 +-
 templates/play-consumer.sh                         | 16 ++++
 templates/play-docker-compose.sh                   | 17 +++-
 templates/play-docker-deledger.sh                  | 17 +++-
 templates/play-docker-tls.sh                       | 18 +++-
 templates/play-docker.sh                           | 53 ++++++++++--
 templates/play-kubernetes.sh                       | 15 ++++
 templates/play-producer.sh                         | 15 ++++
 20 files changed, 412 insertions(+), 113 deletions(-)