From 988971096c292bc50f45298404438eb303987a74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20M=C3=A9taireau?= Date: Wed, 12 Feb 2025 11:40:36 +0100 Subject: [PATCH] fixup! Add a `dangerzone-image` CLI script --- dangerzone/updater/registry.py | 1 - 1 file changed, 1 deletion(-) diff --git a/dangerzone/updater/registry.py b/dangerzone/updater/registry.py index 46a39b7..4088569 100644 --- a/dangerzone/updater/registry.py +++ b/dangerzone/updater/registry.py @@ -108,7 +108,6 @@ def get_blob(image: Image, digest: str) -> requests.Response: def get_manifest_digest( image_str: str, tag_manifest_content: Optional[bytes] = None ) -> str: - image = parse_image_location(image_str) if not tag_manifest_content: tag_manifest_content = get_manifest(image).content