Home
last modified time | relevance | path

Searched hist:"07056 db1b504acf12a0a39647846030956445fea" (Results 1 – 1 of 1) sorted by relevance

/qemu/tests/docker/
H A Ddocker.py07056db1b504acf12a0a39647846030956445fea Wed Sep 14 15:59:49 UTC 2022 Alex Bennée <alex.bennee@linaro.org> tests/docker: remove FROM qemu/ support from docker.py

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 <alex.bennee@linaro.org>
Acked-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20220914155950.804707-30-alex.bennee@linaro.org>