diff options
| author | Alex Bennée | 2017-07-25 15:34:20 +0200 |
|---|---|---|
| committer | Fam Zheng | 2017-09-22 04:20:34 +0200 |
| commit | 1fddbf7c5eb4ed013b13705a5f5c08f1a0cdff66 (patch) | |
| tree | ab84e3fe74d1c332a184fd3b87bd7ccca16c1fdc /tests/docker | |
| parent | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20170921'... (diff) | |
| download | qemu-1fddbf7c5eb4ed013b13705a5f5c08f1a0cdff66.tar.gz qemu-1fddbf7c5eb4ed013b13705a5f5c08f1a0cdff66.tar.xz qemu-1fddbf7c5eb4ed013b13705a5f5c08f1a0cdff66.zip | |
docker: ensure NOUSER for travis images
While adding the current user is a useful default behaviour for
creating new images it is not appropriate for Travis which already has
a default user.
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>
Message-Id: <20170725133425.436-2-alex.bennee@linaro.org>
Signed-off-by: Fam Zheng <famz@redhat.com>
Diffstat (limited to 'tests/docker')
| -rw-r--r-- | tests/docker/Makefile.include | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/docker/Makefile.include b/tests/docker/Makefile.include index aa566aa223..2c49930907 100644 --- a/tests/docker/Makefile.include +++ b/tests/docker/Makefile.include @@ -70,6 +70,7 @@ docker-image-debian-ppc64el-cross: docker-image-debian9 docker-image-debian-s390x-cross: docker-image-debian9 docker-image-debian-win32-cross: docker-image-debian8-mxe docker-image-debian-win64-cross: docker-image-debian8-mxe +docker-image-travis: NOUSER=1 # Expand all the pre-requistes for each docker image and test combination $(foreach i,$(DOCKER_IMAGES), \ |
