mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-05-04 04:31:49 +02:00
fixup! Add a dangerzone-image
CLI script
This commit is contained in:
parent
d667c284c7
commit
431f0cb803
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ def list_tags(image_str: str) -> list:
|
|||
return tags
|
||||
|
||||
|
||||
def get_manifest(image_str) -> requests.Response:
|
||||
def get_manifest(image_str: str) -> requests.Response:
|
||||
"""Get manifest information for a specific tag"""
|
||||
image = parse_image_location(image_str)
|
||||
manifest_url = f"{_url(image)}/manifests/{image.tag}"
|
||||
|
|
Loading…
Reference in a new issue