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