OSDN Git Service

tests/docker: add a debian-native image and make available
authorAlex Bennée <alex.bennee@linaro.org>
Wed, 22 Sep 2021 15:15:27 +0000 (16:15 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Tue, 12 Oct 2021 07:38:10 +0000 (08:38 +0100)
commit17888749ba0fb06694de5efe0b941f16a0fba6fa
tree74f1a62f1b67dcebf628d4d4f8827281b38e8afd
parent9b89cdb2a5064a87b8a7172fa1748d46aa37a9df
tests/docker: add a debian-native image and make available

This image is intended for building whatever the native versions of
QEMU are for the host architecture. This will hopefully be an aid for
3rd parties who want to be able to build QEMU themselves without
redoing all the dependencies themselves.

We disable the registry because we currently don't have multi-arch
support there.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Tested-by: Anders Roxell <anders.roxell@linaro.org>
Acked-by: Willian Rampazzo <willianr@redhat.com>
Message-Id: <20210922151528.2192966-1-alex.bennee@linaro.org>
tests/docker/Makefile.include
tests/docker/common.rc
tests/docker/dockerfiles/debian-native.docker [new file with mode: 0644]