dangerzone/dangerzone
Alexis Métaireau e1bdb75435
Add a dangerzone-image CLI script
It contains utilities to interact with OCI registries, like getting the list of
published tags and getting the content of a manifest. It does so
via the use of the Docker Registry API v2 [0].

The script has been added to the `dev_scripts`, and is also installed on
the system under `dangerzone-image`.

[0]  https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry
2025-04-16 13:11:18 +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 container: Add workarounds for Podman Desktop support on Windows 2025-04-08 16:36:08 +03:00
updater Add a dangerzone-image CLI script 2025-04-16 13:11:18 +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 Add a set-container-runtime option to dangerzone-cli 2025-03-31 16:20:29 +02:00
document.py Provide sanitized version of output filename 2024-10-17 15:33:58 +03:00
errors.py Ensure that only podman and docker container runtimes can be used 2025-03-31 16:20:29 +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