From 835970b541ab2d82d3d147a54b7c56ecb2031c12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20M=C3=A9taireau?= Date: Wed, 12 Feb 2025 12:05:20 +0100 Subject: [PATCH] fixup! (WIP) Check for container updates rather than using `image-id.txt` --- dangerzone/isolation_provider/container.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dangerzone/isolation_provider/container.py b/dangerzone/isolation_provider/container.py index 82ebfe6..cbd23b3 100644 --- a/dangerzone/isolation_provider/container.py +++ b/dangerzone/isolation_provider/container.py @@ -180,7 +180,9 @@ class Container(IsolationProvider): container_utils.CONTAINER_NAME ) updater.verify_local_image( - container_utils.CONTAINER_NAME, updater.DEFAULT_PUBKEY_LOCATION + container_utils.CONTAINER_NAME, + updater.DEFAULT_PUBKEY_LOCATION, + image_digest, ) security_args = self.get_runtime_security_args() debug_args = []