docker-rpmbuild icon indicating copy to clipboard operation
docker-rpmbuild copied to clipboard

Parse docker stdout/stderr properly

Open norrs opened this issue 11 years ago • 1 comments

{u'status': u'Pulling repository docker.example.net:5000/centos'}
{u'errorDetail': {u'message': u'Error: image centos not found'}, u'error': u'Error: image centos not found'}

Should throw an PackagerException if error is found.

norrs avatar Sep 06 '14 09:09 norrs

I'll test this some more in the weekend hopefully, and probably make another pull request for it.

norrs avatar Sep 10 '14 22:09 norrs