mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-05-04 04:31:49 +02:00
fixup! (WIP) Check for container updates rather than using image-id.txt
This commit is contained in:
parent
60674ea6b4
commit
835970b541
1 changed files with 3 additions and 1 deletions
|
@ -180,7 +180,9 @@ class Container(IsolationProvider):
|
||||||
container_utils.CONTAINER_NAME
|
container_utils.CONTAINER_NAME
|
||||||
)
|
)
|
||||||
updater.verify_local_image(
|
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()
|
security_args = self.get_runtime_security_args()
|
||||||
debug_args = []
|
debug_args = []
|
||||||
|
|
Loading…
Reference in a new issue