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 <[email protected]> --- tests/docker/docker.py | 38 ++++++++++---------------------------- 1 file changed, 10 insertions(+), 28 deletions(-)
Acked-by: Thomas Huth <[email protected]>
