Add more debug output

This commit is contained in:
pvizeli 2017-03-29 17:17:35 +02:00
parent a3a966fdea
commit aa49498ac0

View File

@ -39,6 +39,7 @@ class DockerBase(object):
Need run inside executor.
"""
try:
_LOGGER.info("Pull image %s tag %s", self.image, tag)
self.dock.images.pull(self.image, tag=tag)
if tag != "latest":