First stab at a buildserver that will puppet docker to build dockerfiles remotely.
This commit is contained in:
parent
e18eefdd43
commit
cd28ae6b1a
4 changed files with 126 additions and 0 deletions
8
buildserver/test.html
Normal file
8
buildserver/test.html
Normal file
|
@ -0,0 +1,8 @@
|
|||
<html>
|
||||
<body>
|
||||
<form enctype='multipart/form-data' method="post" action="/start/zip/localhost:5000/devtable/newtag">
|
||||
<input type="file" name="dockerfile">
|
||||
<button type="submit">Send</button>
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
Reference in a new issue