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
2013-10-24 16:37:03 -04:00
..
buildserver.py Add the first part of the build worker that runs on quay. 2013-10-24 16:37:03 -04:00
Dockerfile Add a docker-in-docker container that will run the build server. 2013-10-24 14:57:05 -04:00
Readme.md Add a docker-in-docker container that will run the build server. 2013-10-24 14:57:05 -04:00
requirements-nover.txt Move the source dockerfile processing to a modular system. Move actual build to a thread. Wire up the status API. Fix a bug with the way current_image was computed. Add untested support for raw dockerfile upload. 2013-10-24 01:29:34 -04:00
startserver Add a docker-in-docker container that will run the build server. 2013-10-24 14:57:05 -04:00
test.html Add a docker-in-docker container that will run the build server. 2013-10-24 14:57:05 -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="aa_profile=unconfined" quay.io/quay/buildserver