This repository has been archived on 2020-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
quay/buildserver
2014-01-02 14:13:16 -05:00
..
buildserver.py Make the data block returned by the server mirror that of the build server. Make the UI respond to the new status format for pushing. 2014-01-02 14:13:16 -05:00
Dockerfile Fixes to the build server. 2013-12-31 16:22:58 -05: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