This repository contains all container configuration we deploy for the building process.
- We assume that you have a properly set up basic
docker/podmaninstallation - clone the repository
- populate the
keys/folder with an SSH key and propagate it to sourceforge or setUPLOAD_TO_SFtofalse(checkbuild.shfor the details) - run
docker build -t pebuild:latest . - run
docker create --name=pebuild pebuild:latest - start the container
docker start pebuild - you may follow the build process by executing
docker logs -f pebuild