fixup! Add a dangerzone-image CLI script

This commit is contained in:
Alexis Métaireau 2025-02-12 11:40:36 +01:00
parent 5202d79270
commit 988971096c

View file

@ -108,7 +108,6 @@ def get_blob(image: Image, digest: str) -> requests.Response:
def get_manifest_digest( def get_manifest_digest(
image_str: str, tag_manifest_content: Optional[bytes] = None image_str: str, tag_manifest_content: Optional[bytes] = None
) -> str: ) -> str:
image = parse_image_location(image_str)
if not tag_manifest_content: if not tag_manifest_content:
tag_manifest_content = get_manifest(image).content tag_manifest_content = get_manifest(image).content