aboutsummaryrefslogtreecommitdiff
path: root/tests/docker
AgeCommit message (Expand)Author
2017-07-17docker.py: Improve subprocess exit code handlingFam Zheng
2017-07-17docker.py: Drop infile parameterFam Zheng
2017-07-17docker: Don't enable networking as a side-effect of DEBUG=1Daniel P. Berrange
2017-06-21docker: add mipsel build targetPhilippe Mathieu-Daudé
2017-06-21docker: add extra libs to s390x target to extend codebase coveragePhilippe Mathieu-Daudé
2017-06-21docker: add extra libs to arm64 target to extend codebase coveragePhilippe Mathieu-Daudé
2017-06-21docker: add extra libs to armhf target to extend codebase coveragePhilippe Mathieu-Daudé
2017-06-21docker: use eatmydata in debian arm64 imagePhilippe Mathieu-Daudé
2017-06-21docker: use eatmydata in debian armhf imagePhilippe Mathieu-Daudé
2017-06-21docker: use eatmydata, install common build packages in base imagePhilippe Mathieu-Daudé
2017-06-21docker: use better regex to generate deb-src entriesPhilippe Mathieu-Daudé
2017-06-21docker: install ca-certificates package in base imagePhilippe Mathieu-Daudé
2017-06-21docker: rebuild image if 'extra files' checksum does not matchPhilippe Mathieu-Daudé
2017-06-21docker: add --include-files argument to 'build' commandPhilippe Mathieu-Daudé
2017-06-21docker: let _copy_with_mkdir() sub_path argument be optionalPhilippe Mathieu-Daudé
2017-06-21docker: update qemu:debian base following stretch releaseAlex Bennée
2017-06-16docker: Add flex and bison to centos6 imageFam Zheng
2017-06-16docker: Add libaio to fedora imageFam Zheng
2017-06-16docker: Add bzip2 and hostname to fedora imageFam Zheng
2017-06-16docker: Run tests with current userFam Zheng
2017-03-10docker/dockerfiles/debian-s390-cross: include clangAlex Bennée
2017-03-07tests/docker: support proxy / corporate firewallPhilippe Mathieu-Daudé
2017-02-28new: dockerfiles/debian-s390-crossAlex Bennée
2017-02-24docker: Install python2 explicitly in docker imageFam Zheng
2017-02-24new: debian docker targets for cross-compilingAlex Bennée
2017-02-24tests/docker: add basic user mapping supportAlex Bennée
2016-10-17tests/docker/Makefile.include: add a generic docker-run targetAlex Bennée
2016-10-17tests/docker: make test-mingw honour TARGET_LISTAlex Bennée
2016-10-17tests/docker: test-build scriptAlex Bennée
2016-10-17tests/docker: add travis dockerfileAlex Bennée
2016-10-06rules.mak: quiet-command: Split command name and args to printPeter Maydell
2016-10-02docker: Build in a clean directoryFam Zheng
2016-09-23docker: exec $CMDFam Zheng
2016-09-23docker: Terminate instances at SIGTERM and SIGHUPFam Zheng
2016-09-23docker: Support showing environment informationFam Zheng
2016-09-23docker: Print used options before doing configureFam Zheng
2016-09-23docker: Flatten default target list in test-quickFam Zheng
2016-09-23docker: Update fedora image to latestFam Zheng
2016-09-23docker: Generate /packages.txt in ubuntu imageFam Zheng
2016-09-23docker: Generate /packages.txt in fedora imageFam Zheng
2016-09-23docker: Generate /packages.txt in centos6 imageFam Zheng
2016-09-23docker: Handle exceptions when looking for docker commandEduardo Habkost
2016-09-08docker: silence debootstrap when --quiet is givenSascha Silbe
2016-09-08docker: build debootstrap after cloningSascha Silbe
2016-09-08docker: make sure debootstrap is at least 1.0.67Sascha Silbe
2016-09-08docker: print warning if EXECUTABLE is not set when building debootstrap imageSascha Silbe
2016-09-08docker: debian-bootstrap.pre: print helpful message if DEB_ARCH/DEB_TYPE unsetSascha Silbe
2016-09-08docker: debian-bootstrap.pre: print error messages to stderrSascha Silbe
2016-09-08docker: avoid dependency on 'realpath' packageSascha Silbe
2016-09-08docker.py: don't hang on large docker outputSascha Silbe