]> git.proxmox.com Git - mirror_qemu.git/commit
tests/docker: add --registry support to tooling
authorAlex Bennée <alex.bennee@linaro.org>
Wed, 1 Jul 2020 13:56:36 +0000 (14:56 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Sat, 11 Jul 2020 14:53:00 +0000 (15:53 +0100)
commite6f1306b1003e2ce4e63c8e5dbe362d27fb8766c
treeecb98c8ed15c81ac3f4e814efae3f15a4c52b005
parent8a8a50a95701994f6c4dc2c9afc66c2abdce1503
tests/docker: add --registry support to tooling

This allows us to point the tools towards a registry from which they
can grab pre-built layers instead of doing everything from scratch
each time. To enable this we need to be using the DOCKER_BUILDKIT
engine.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20200701135652.1366-25-alex.bennee@linaro.org>
tests/docker/Makefile.include
tests/docker/docker.py