diff options
author | Alex Bennée | 2022-09-14 17:59:50 +0200 |
---|---|---|
committer | Alex Bennée | 2022-09-20 18:22:08 +0200 |
commit | d996f0aeb2fe8f5c5f30ac8a2f633e3196457d6f (patch) | |
tree | 5ddc550616c6e5a4e8e6a2ca0387d8cac85662f6 /docs | |
parent | tests/docker: remove FROM qemu/ support from docker.py (diff) | |
download | qemu-d996f0aeb2fe8f5c5f30ac8a2f633e3196457d6f.tar.gz qemu-d996f0aeb2fe8f5c5f30ac8a2f633e3196457d6f.tar.xz qemu-d996f0aeb2fe8f5c5f30ac8a2f633e3196457d6f.zip |
tests/docker: remove the Debian base images
We no longer use these in any of our images. Clean-up the remaining
comments and documentation that reference them and remove from the
build.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20220914155950.804707-31-alex.bennee@linaro.org>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/devel/testing.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/devel/testing.rst b/docs/devel/testing.rst index f35f117d95..aea5b42356 100644 --- a/docs/devel/testing.rst +++ b/docs/devel/testing.rst @@ -375,7 +375,7 @@ locally by using the ``NOCACHE`` build option: .. code:: - make docker-image-debian10 NOCACHE=1 + make docker-image-debian-arm64-cross NOCACHE=1 Images ~~~~~~ |