dangerzone/tests/isolation_provider
Alex Pyrgiotis a1402d5b6b
Fix a Podman regression regarding Buildkit images
Loading an image built with Buildkit in Podman 3.4 messes up its name.
The tag somehow becomes the name of the loaded image.

We know that older Podman versions are not generally affected, since
Podman v3.0.1 on Debian Bullseye works properly. Also, Podman v4.0 is
not affected, so it makes sense to target only Podman v3.4 for a fix.

The fix is simple, tag the image properly based on the expected tag from
`share/image-id.txt` and delete the incorrect tag.

Refs containers/podman#16490
2025-03-20 17:17:40 +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 Fix a Podman regression regarding Buildkit images 2025-03-20 17:17:40 +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