dangerzone/tests/isolation_provider
Alex Pyrgiotis e22c795cb7
container: Revamp container image installation
Revamp the container image installation process in a way that does not
involve using image IDs. We don't want to rely on image IDs anymore,
since they are brittle (see
https://github.com/freedomofpress/dangerzone/issues/933). Instead, we
use image tags, as provided in the `image-id.txt` file.  This allows us
to check fast if an image is up to date, and we no longer need to
maintain multiple image IDs from various container runtimes.

Refs #933
Refs #988
Fixes #1020
2024-12-10 11:29:00 +02:00
..
__init__.py container: Improve parsing of progress reports 2023-08-01 14:43:49 +03:00
base.py tests: Restore previously mocked function 2024-10-30 16:45:45 +01:00
test_container.py container: Revamp container image installation 2024-12-10 11:29:00 +02:00
test_dummy.py Make Dummy isolation provider more realistic 2024-10-17 15:50:12 +03:00
test_qubes.py tests: Remove provider_wait fixtures 2024-10-17 15:50:12 +03:00