Building environment for Pegasus compilation
1.2K
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.
It consists of the following components:
pegasus-docker-compose
pegasus-build-env
ci-env
Building environment for Pegasus compilation.
It contains the Dockerfiles of the building environment for Pegasus compilation.
DockerHub automatically watches the changes of theses files and rebuilds them to images for every commit.
apachepegasus/build-env:centos6apachepegasus/build-env:centos7apachepegasus/build-env:ubuntu1604apachepegasus/build-env:ubuntu1804apachepegasus/build-env:ubuntu2004apachepegasus/build-env:ubuntu2004clang11The DockerHub Homepage: https://hub.docker.com/r/apachepegasus/build-env
You can build on your local machine via the command:
cd pegasus-build-env/centos6
docker build -t apachepegasus/build-env:centos6 .
The How-to Manual is at: http://pegasus.apache.org/docs/build/compile-by-docker/
This is a Docker image for running Pegasus testing.
Content type
Image
Digest
Size
319.5 MB
Last updated
over 4 years ago
docker pull apachepegasus/build-env:centos7