tree: 666fa3d5d551aee13f2fb8917edb3fdc26573a1d [path history] [tgz]
  1. bcc-centos7/
  2. clang-format-3.9/
  3. pegasus-build-env/
  4. pegasus-docker-compose/
  5. thirdparties-bin/
  6. thirdparties-src/
  7. README.md
docker/README.md

Pegasus Docker

This project maintains the stuff you can use from building Pegasus docker images, to deploying a standalone cluster of Pegasus containers on your local machine.

Workflows

BuildCompilationEnvDocker - build and publish multi compilation OS env

BuildThirdpartyDockerRegularly - build and publish thirdparty every week

Lint and build regularly

pegasus-build-env

Building environment for Pegasus compilation.

Github Actions automatically rebuilds and publishes build-env for every commit.

  • apache/pegasus:build-env-centos7-<branch>
  • apache/pegasus:build-env-ubuntu1804-<branch>
  • apache/pegasus:build-env-ubuntu2004-<branch>
  • apache/pegasus:build-env-ubuntu2204-<branch>

DockerHub: https://hub.docker.com/r/apache/pegasus

The How-to-use Manual is at: http://pegasus.apache.org/docs/build/compile-by-docker/

thirdparties-src

This image is to eliminate extra downloading of third-party sources of Pegasus. It packages the downloaded sources into a zip in the container, so that other repos can easily extract third-parties from the container (via docker cp), without downloading from the cloud object storage.

  • apache/pegasus:thirdparties-src-<branch>

thirdparties-bin

This is a Docker image for Pegasus unit-testing. It prebuilts the thirdparty libraries, so jobs based on this image can skip building third-parties.

  • apache/pegasus:thirdparties-bin-centos7-<branch>
  • apache/pegasus:thirdparties-bin-ubuntu1804-<branch>
  • apache/pegasus:thirdparties-bin-ubuntu2004-<branch>
  • apache/pegasus:thirdparties-bin-ubuntu2204-<branch>