Add the first part of the build worker that runs on quay.

This commit is contained in:
yackob03 2013-10-24 16:37:03 -04:00
parent 9dc9e0c940
commit 847e91b696
10 changed files with 196 additions and 11 deletions

View file

@ -56,3 +56,4 @@ class WorkQueue(object):
image_diff_queue = WorkQueue('imagediff')
dockerfile_build_queue = WorkQueue('dockerfilebuild')