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.

This commit is contained in:
yackob03 2013-10-24 01:29:34 -04:00
parent cd28ae6b1a
commit 5d5d027cc0
3 changed files with 143 additions and 64 deletions

View file

@ -1,7 +1,8 @@
<html>
<body>
<form enctype='multipart/form-data' method="post" action="/start/zip/localhost:5000/devtable/newtag">
<form enctype='multipart/form-data' method="post" action="/build">
<input type="file" name="dockerfile">
<input type="text" name="tag">
<button type="submit">Send</button>
</form>
</body>