summaryrefslogtreecommitdiff
path: root/tests/docker
AgeCommit message (Expand)AuthorFilesLines
2017-07-18docker: add qemu:debian-jessie based on outdated jessie releasePhilippe Mathieu-Daudé1-0/+36
2017-07-18docker: enable nettle to extend code coverage on arm64Philippe Mathieu-Daudé1-0/+3
2017-07-18docker: enable gcrypt to extend code coverage on amd64Philippe Mathieu-Daudé1-0/+3
2017-07-18docker: enable netmap to extend code coverage on amd64Philippe Mathieu-Daudé1-0/+8
2017-07-18docker: enable virgl to extend code coverage on amd64Philippe Mathieu-Daudé1-1/+11
2017-07-18docker: add debian/amd64 based on StretchPhilippe Mathieu-Daudé2-0/+19
2017-07-18docker: add debian/ppc64el based on StretchPhilippe Mathieu-Daudé2-0/+26
2017-07-18docker: add debian/armel based on StretchPhilippe Mathieu-Daudé2-0/+25
2017-07-18docker: optimize debian9 base imagePhilippe Mathieu-Daudé1-3/+4
2017-07-18docker: remove packages now dependent of qemu in StretchPhilippe Mathieu-Daudé4-12/+0
2017-07-18docker: debian/s390x no more in unstable, now available in StretchPhilippe Mathieu-Daudé2-10/+11
2017-07-18docker: add common packages to debian basePhilippe Mathieu-Daudé1-1/+4
2017-07-18docker: rename debian stable -> 9 (Stretch)Philippe Mathieu-Daudé5-13/+18
2017-07-18docker: add debug tools to travis.dockerAlex Bennée1-1/+1
2017-07-18docker: include python-yaml in travis.dockerAlex Bennée1-1/+1
2017-07-18docker: allow customizing Travis global_env variablesPaolo Bonzini1-3/+3
2017-07-17docker.py: Improve subprocess exit code handlingFam Zheng1-7/+12
2017-07-17docker.py: Drop infile parameterFam Zheng1-4/+2
2017-07-17docker: Don't enable networking as a side-effect of DEBUG=1Daniel P. Berrange1-1/+4
2017-06-21docker: add mipsel build targetPhilippe Mathieu-Daudé2-0/+30
2017-06-21docker: add extra libs to s390x target to extend codebase coveragePhilippe Mathieu-Daudé1-0/+10
2017-06-21docker: add extra libs to arm64 target to extend codebase coveragePhilippe Mathieu-Daudé1-0/+11
2017-06-21docker: add extra libs to armhf target to extend codebase coveragePhilippe Mathieu-Daudé1-0/+11
2017-06-21docker: use eatmydata in debian arm64 imagePhilippe Mathieu-Daudé1-2/+5
2017-06-21docker: use eatmydata in debian armhf imagePhilippe Mathieu-Daudé1-2/+5
2017-06-21docker: use eatmydata, install common build packages in base imagePhilippe Mathieu-Daudé1-1/+4
2017-06-21docker: use better regex to generate deb-src entriesPhilippe Mathieu-Daudé1-1/+1
2017-06-21docker: install ca-certificates package in base imagePhilippe Mathieu-Daudé1-1/+1
2017-06-21docker: rebuild image if 'extra files' checksum does not matchPhilippe Mathieu-Daudé1-3/+13
2017-06-21docker: add --include-files argument to 'build' commandPhilippe Mathieu-Daudé2-3/+12
2017-06-21docker: let _copy_with_mkdir() sub_path argument be optionalPhilippe Mathieu-Daudé1-1/+1
2017-06-21docker: update qemu:debian base following stretch releaseAlex Bennée1-8/+0
2017-06-16docker: Add flex and bison to centos6 imageFam Zheng1-1/+1
2017-06-16docker: Add libaio to fedora imageFam Zheng1-1/+1
2017-06-16docker: Add bzip2 and hostname to fedora imageFam Zheng1-1/+1
2017-06-16docker: Run tests with current userFam Zheng1-1/+1
2017-03-10docker/dockerfiles/debian-s390-cross: include clangAlex Bennée1-2/+2
2017-03-07tests/docker: support proxy / corporate firewallPhilippe Mathieu-Daudé1-0/+6
2017-02-28new: dockerfiles/debian-s390-crossAlex Bennée1-0/+22
2017-02-24docker: Install python2 explicitly in docker imageFam Zheng1-1/+1
2017-02-24new: debian docker targets for cross-compilingAlex Bennée5-1/+60
2017-02-24tests/docker: add basic user mapping supportAlex Bennée2-2/+16
2016-10-17tests/docker/Makefile.include: add a generic docker-run targetAlex Bennée1-23/+38
2016-10-17tests/docker: make test-mingw honour TARGET_LISTAlex Bennée1-1/+2
2016-10-17tests/docker: test-build scriptAlex Bennée1-0/+20
2016-10-17tests/docker: add travis dockerfileAlex Bennée1-0/+6
2016-10-06rules.mak: quiet-command: Split command name and args to printPeter Maydell1-4/+4
2016-10-02docker: Build in a clean directoryFam Zheng5-0/+11
2016-09-23docker: exec $CMDFam Zheng1-6/+9
2016-09-23docker: Terminate instances at SIGTERM and SIGHUPFam Zheng1-1/+4