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.
Building environment for Pegasus compilation.
Github Actions automatically rebuilds and publishes build-env for every commit.
apache/pegasus:build-env-centos7apache/pegasus:build-env-ubuntu1604apache/pegasus:build-env-ubuntu1804apache/pegasus:build-env-ubuntu2004DockerHub: https://hub.docker.com/r/apache/pegasus
The How-to-use Manual is at: http://pegasus.apache.org/docs/build/compile-by-docker/
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-srcThis 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-centos7apache/pegasus:thirdparties-bin-ubuntu1604apache/pegasus:thirdparties-bin-ubuntu1804apache/pegasus:thirdparties-bin-ubuntu2004