From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51644) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c0A6H-0004kJ-On for qemu-devel@nongnu.org; Fri, 28 Oct 2016 12:33:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c0A6G-0003HL-Jx for qemu-devel@nongnu.org; Fri, 28 Oct 2016 12:33:49 -0400 Received: from mail-wm0-x233.google.com ([2a00:1450:400c:c09::233]:37566) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1c0A6G-0003Gx-Co for qemu-devel@nongnu.org; Fri, 28 Oct 2016 12:33:48 -0400 Received: by mail-wm0-x233.google.com with SMTP id 140so83102686wmv.0 for ; Fri, 28 Oct 2016 09:33:48 -0700 (PDT) From: =?UTF-8?q?Alex=20Benn=C3=A9e?= Date: Fri, 28 Oct 2016 17:33:33 +0100 Message-Id: <20161028163339.31096-1-alex.bennee@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PATCH 0/6] Expand the building of qemu-user docker images List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: famz@redhat.com Cc: qemu-devel@nongnu.org, =?UTF-8?q?Alex=20Benn=C3=A9e?= Hi Fam, These are a little bit of a work in progress so maybe not all ready to be taken yet although review would be welcome. This adds some tweaks to allow us to build the cross-arch debian images with direct make invocations and then see which images we can test against from the "make docker" help text. Now: make docker-image-debian-stable-arm64 Will do exactly as you expect. I can't get: make docker-test-quick@debian-stable-arm64 To work but I suspect this needs some fixing to the generated rules. Comments? Alex Bennée (6): tests/docker/Makefile.include: fix diff-index call tests/docker/test-user: a simple linux-user test tests/docker: add optional libs to travis.docker tests/docker/Makefile: Add a rule for Debian user images tests/docker/docker.py: expand images command tests/docker/Makefile.include: expand docker help text tests/docker/Makefile.include | 29 ++++++++++++++++++++++++++--- tests/docker/docker.py | 27 ++++++++++++++++++++++----- tests/docker/dockerfiles/travis.docker | 9 ++++++++- tests/docker/test-user | 18 ++++++++++++++++++ 4 files changed, 74 insertions(+), 9 deletions(-) create mode 100755 tests/docker/test-user -- 2.10.1