dangerzone/dangerzone
Alexis Métaireau 0dff082046
Provide an is_update_available function
This function does all the needed checks before returning `True`, making it a good external API.

Under the hood, the registry now has an `is_new_remote_image_available`
which is just for checking the presence of a new image, but doesn't do
any verirications on it, and there is also a new `check_signatures_and_logindex` that ensures that these two are valid.
2025-04-16 13:14:38 +02:00
..
container_helpers Symlink /usr in Debian container image 2025-01-27 21:40:27 +02:00
conversion Symlink /usr in Debian container image 2025-01-27 21:40:27 +02:00
gui Move multithreading patch up so that it's working in the GUI 2025-04-08 16:34:34 +03:00
isolation_provider parent a19e341378 2025-04-16 13:11:19 +02:00
updater Provide an is_update_available function 2025-04-16 13:14:38 +02:00
__init__.py Move multithreading patch up so that it's working in the GUI 2025-04-08 16:34:34 +03:00
args.py Always use sys.exit when exiting the application 2024-05-09 15:57:42 +03:00
cli.py Add a way to unset the container runtime 2025-04-07 18:23:13 +03:00
container_utils.py Introduce a subprocess_run utility function 2025-04-16 13:14:38 +02:00
document.py Provide sanitized version of output filename 2024-10-17 15:33:58 +03:00
errors.py FIXUP: Use the digest when pulling the container 2025-04-16 13:14:36 +02:00
logic.py Decouple the Settings class from DangerzoneCore 2025-03-31 16:20:28 +02:00
settings.py Add a way to unset the container runtime 2025-04-07 18:23:13 +03:00
util.py Use pathlib.Path to return path locations 2025-03-31 16:20:28 +02:00