This repository has been archived on 2020-03-24. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
quay/buildserver
2013-10-29 18:15:12 -04:00
..
buildserver.py Make the build server and build worker slightly more robust to errors. 2013-10-29 18:15:12 -04:00
Dockerfile Add dependencies for docker in docker. Fix the aufs startup command. Fix a bug in the buildserver. 2013-10-25 20:08:02 -04:00
Readme.md Add dependencies for docker in docker. Fix the aufs startup command. Fix a bug in the buildserver. 2013-10-25 20:08:02 -04:00
requirements.txt Update the buildserver to use the new post format. 2013-10-25 18:14:35 -04:00
startserver Allow build node logs to flow to docker. Clean up the pull key before executing user code. Actually clean up the DO node when we are done. Run the status server threaded just in case. 2013-10-28 14:49:23 -04:00

To build:

sudo docker build -t quay.io/quay/buildserver .
sudo docker push quay.io/quay/buildserver

To run:

sudo docker pull quay.io/quay/buildserver
sudo docker run -d -privileged -lxc-conf="lxc.aa_profile=unconfined" quay.io/quay/buildserver