summaryrefslogtreecommitdiff
path: root/tests/docker
AgeCommit message (Expand)AuthorFilesLines
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
2016-09-23docker: Support showing environment informationFam Zheng2-1/+12
2016-09-23docker: Print used options before doing configureFam Zheng1-6/+8
2016-09-23docker: Flatten default target list in test-quickFam Zheng1-1/+1
2016-09-23docker: Update fedora image to latestFam Zheng1-1/+1
2016-09-23docker: Generate /packages.txt in ubuntu imageFam Zheng1-1/+3
2016-09-23docker: Generate /packages.txt in fedora imageFam Zheng1-2/+12
2016-09-23docker: Generate /packages.txt in centos6 imageFam Zheng1-2/+4
2016-09-23docker: Handle exceptions when looking for docker commandEduardo Habkost1-3/+6
2016-09-08docker: silence debootstrap when --quiet is givenSascha Silbe1-1/+2
2016-09-08docker: build debootstrap after cloningSascha Silbe1-0/+1
2016-09-08docker: make sure debootstrap is at least 1.0.67Sascha Silbe1-0/+10
2016-09-08docker: print warning if EXECUTABLE is not set when building debootstrap imageSascha Silbe1-0/+3
2016-09-08docker: debian-bootstrap.pre: print helpful message if DEB_ARCH/DEB_TYPE unsetSascha Silbe1-0/+13
2016-09-08docker: debian-bootstrap.pre: print error messages to stderrSascha Silbe1-4/+4
2016-09-08docker: avoid dependency on 'realpath' packageSascha Silbe1-1/+1
2016-09-08docker.py: don't hang on large docker outputSascha Silbe1-3/+6