You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2020/07/12 02:57:21 UTC

[skywalking-docker] 42/45: Merge pull request #7 from apache/8.0.1

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

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

commit eecb89bfca0595c356e29834efdbc9b6ca5041ea
Merge: 99b250c bca9f4f
Author: Gao Hongtao <ha...@gmail.com>
AuthorDate: Sun Jun 21 22:27:35 2020 +0800

    Merge pull request #7 from apache/8.0.1
    
    [WIP]support 8.0.1 docker image.

 8/8.0.1/base-es7/Dockerfile            | 97 ++++++++++++++++++++++++++++++++++
 8/8.0.1/base/Dockerfile                | 97 ++++++++++++++++++++++++++++++++++
 8/8.0.1/compose-es7/docker-compose.yml | 58 ++++++++++++++++++++
 8/8.0.1/compose/docker-compose.yml     | 68 ++++++++++++++++++++++++
 8/8.0.1/oap-es7/Dockerfile             | 45 ++++++++++++++++
 8/8.0.1/oap-es7/README.md              | 39 ++++++++++++++
 8/8.0.1/oap-es7/docker-entrypoint.sh   | 49 +++++++++++++++++
 8/8.0.1/oap-es7/log4j2.xml             | 31 +++++++++++
 8/8.0.1/oap/Dockerfile                 | 45 ++++++++++++++++
 8/8.0.1/oap/README.md                  | 39 ++++++++++++++
 8/8.0.1/oap/docker-entrypoint.sh       | 49 +++++++++++++++++
 8/8.0.1/oap/log4j2.xml                 | 31 +++++++++++
 8/8.0.1/ui/Dockerfile                  | 45 ++++++++++++++++
 8/8.0.1/ui/README.md                   | 38 +++++++++++++
 8/8.0.1/ui/docker-entrypoint.sh        | 26 +++++++++
 8/8.0.1/ui/logback.xml                 | 21 ++++++++
 16 files changed, 778 insertions(+)