outposts: fix attribute error in docker controller
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
@ -148,7 +148,7 @@ class DockerController(BaseController):
|
||||
if should_image not in container.image.tags:
|
||||
self.logger.info(
|
||||
"Container has mismatched image, re-creating...",
|
||||
has=container.tags,
|
||||
has=container.image.tags,
|
||||
should=should_image,
|
||||
)
|
||||
self.down()
|
||||
|
Reference in New Issue
Block a user