Fixes and refinements to the dockerfile build system.

This commit is contained in:
yackob03 2013-10-25 15:13:11 -04:00
parent 9b9a29c310
commit ffc33e454c
6 changed files with 58 additions and 10 deletions

View file

@ -169,9 +169,9 @@ def start_build():
'id': job_id,
'total_commands': num_steps,
'total_images': None,
'current_command': 0,
'current_image': 0,
'image_completion_percent': 0,
'current_command': None,
'current_image': None,
'image_completion_percent': None,
'status': 'waiting',
'message': None,
}