You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by li...@apache.org on 2021/02/20 05:52:01 UTC

[skywalking-satellite] branch polish-codes updated (4c47a62 -> 159741d)

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

liujiapeng pushed a change to branch polish-codes
in repository https://gitbox.apache.org/repos/asf/skywalking-satellite.git.


    from 4c47a62  polish codes for release & add performance test doc
     add 728bb72  Optimize Docker image and startup script (#28)
     add 5b2a444  Merge remote-tracking branch 'origin/main' into polish-codes
     add 159741d  polish ci-settings

No new revisions were added by this update.

Summary of changes:
 .github/workflows/build-and-test.yaml | 11 +++---
 Makefile                              | 28 +++++++--------
 docker/Dockerfile                     | 30 +++++++++-------
 docker/docker-compose.yml             | 65 +++++++++++++++++++++++++++++++++++
 docker/entrypoint.sh                  | 25 --------------
 docs/README.md                        |  2 +-
 tools/docker_build.sh                 | 43 -----------------------
 7 files changed, 101 insertions(+), 103 deletions(-)
 create mode 100644 docker/docker-compose.yml
 delete mode 100755 docker/entrypoint.sh
 delete mode 100644 tools/docker_build.sh