diff --git a/sysinv/sysinv/sysinv/sysinv/conductor/kube_app.py b/sysinv/sysinv/sysinv/sysinv/conductor/kube_app.py index a1177e7..f2990b5 100644 --- a/sysinv/sysinv/sysinv/sysinv/conductor/kube_app.py +++ b/sysinv/sysinv/sysinv/sysinv/conductor/kube_app.py @@ -1207,7 +1207,7 @@ class DockerHelper(object): LOG.info("Image %s download started from local registry" % loc_img_tag) client = docker.APIClient(timeout=INSTALLATION_TIMEOUT) client.pull(loc_img_tag) - except docker.errors.NotFound: + except (docker.errors.NotFound, docker.errors.APIError): try: # Image is not available in local docker registry, get the image # from the public registry and push to the local registry