tests/docker: add a linux-user testing focused image
commit27ebeda0c07dcc2e9eec98ed1f70115ffa1e3797
authorAlex Bennée <alex.bennee@linaro.org>
Wed, 1 Jul 2020 13:56:44 +0000 (1 14:56 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Sat, 11 Jul 2020 14:53:00 +0000 (11 15:53 +0100)
tree88a4f32bd9b6f72ea21e5b47e66d38d74bf1dcbe
parent634ef789f8eea104ec49ead116eb52a8fcaa48a0
tests/docker: add a linux-user testing focused image

We happily use all the cross images for both cross-building QEMU as
well as building the linux-user tests. However calling docker from
within docker seems not to work. As we can build in Debian anyway why
not include an image that has all the compilers available for
non-docker invocation.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20200701135652.1366-33-alex.bennee@linaro.org>
.gitlab-ci.d/containers.yml
tests/docker/Makefile.include
tests/docker/dockerfiles/debian-all-test-cross.docker [new file with mode: 0644]