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
49c4cee898
commit
356d848e47
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ ACCEPT_MANIFESTS_HEADER = ",".join(
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
Image = namedtuple("Image", ["registry", "namespace", "image_name", "tag"])
|
Image = namedtuple("Image", ["registry", "namespace", "image_name", "tag", "digest"])
|
||||||
|
|
||||||
|
|
||||||
def parse_image_location(input_string: str) -> Image:
|
def parse_image_location(input_string: str) -> Image:
|
||||||
|
|
Loading…
Reference in a new issue