Re: [PATCH v1 23/25] tests/docker: remove FROM qemu/ support from docker.py

2022-08-26 Thread Thomas Huth
On 26/08/2022 19.21, Alex Bennée wrote: We want to migrate from docker.py to building our images directly with docker/podman. Before we get there we need to make sure we don't re-introduce our layered builds so bug out if we see FROM qemu/ in a Dockerfile. Signed-off-by: Alex Bennée --- tests

[PATCH v1 23/25] tests/docker: remove FROM qemu/ support from docker.py

2022-08-26 Thread Alex Bennée
We want to migrate from docker.py to building our images directly with docker/podman. Before we get there we need to make sure we don't re-introduce our layered builds so bug out if we see FROM qemu/ in a Dockerfile. Signed-off-by: Alex Bennée --- tests/docker/docker.py | 38 ++--