diff --git a/salt/modules/dockerio.py b/salt/modules/dockerio.py index 0bf1807032..a60b5eaf51 100644 --- a/salt/modules/dockerio.py +++ b/salt/modules/dockerio.py @@ -1495,7 +1495,7 @@ def _parse_image_multilogs_string(ret, repo): for l in image_logs: if isinstance(l, dict): if l.get('status') == 'Download complete' and l.get('id'): - infos = _get_image_infos(repo) + infos = _get_image_infos(l['id']) break return image_logs, infos