outposts: fix lint error
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
649abddea7
commit
9e936e4436
|
@ -91,8 +91,8 @@ class DockerController(BaseController):
|
||||||
return False
|
return False
|
||||||
|
|
||||||
def try_pull_image(self):
|
def try_pull_image(self):
|
||||||
"""Try to pull the image needed for this outpost based on the CONFIG `outposts.docker_image_base`,
|
"""Try to pull the image needed for this outpost based on the CONFIG
|
||||||
but fall back to known-good images"""
|
`outposts.docker_image_base`, but fall back to known-good images"""
|
||||||
image = self.get_container_image()
|
image = self.get_container_image()
|
||||||
try:
|
try:
|
||||||
self.client.images.pull(image)
|
self.client.images.pull(image)
|
||||||
|
|
Reference in New Issue