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
aac6c6334a
commit
ccae6c5b16
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ def list_manifests(image_str: str) -> list:
|
||||||
return get_manifest(image_str).json().get("manifests")
|
return get_manifest(image_str).json().get("manifests")
|
||||||
|
|
||||||
|
|
||||||
def get_blob(image, digest: str) -> requests.Response:
|
def get_blob(image: Image, digest: str) -> requests.Response:
|
||||||
response = requests.get(
|
response = requests.get(
|
||||||
f"{_url(image)}/blobs/{digest}",
|
f"{_url(image)}/blobs/{digest}",
|
||||||
headers={
|
headers={
|
||||||
|
|
Loading…
Reference in a new issue