On 9/14/22 16:59, 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<[email protected]>
Acked-by: Thomas Huth<[email protected]>
Message-Id:<[email protected]>
---
tests/docker/docker.py | 38 ++++++++++----------------------------
1 file changed, 10 insertions(+), 28 deletions(-)
Reviewed-by: Richard Henderson <[email protected]>
r~