mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-05-04 12:41:50 +02:00
fixup! Add a dangerzone-image
CLI script
This commit is contained in:
parent
5202d79270
commit
988971096c
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue