summaryrefslogtreecommitdiff
path: root/tests/integration/api_build_test.py
Commit message (Expand)AuthorAgeFilesLines
* Add SSH testsaiordache2020-10-051-1/+0
* Update alpine version to 3.10, and rename BUSYBOX variableSebastiaan van Stijn2019-08-101-2/+2
* Adjust `--platform` tests for changes in docker engineSebastiaan van Stijn2019-07-151-2/+4
* Style fixes and removed some unused code2199-proxy-supportJoffrey F2019-01-091-3/+8
* add integration tests for proxy supportCorentin Henry2019-01-091-0/+38
* Add xfail to ignore 18.09 beta bugJoffrey F2018-10-311-0/+5
* Avoid unwanted modification of dockerfile pathJoffrey F2018-05-251-9/+44
* prune_builds testJoffrey F2018-04-251-0/+6
* Support absolute paths for in-context DockerfilesJoffrey F2018-04-121-1/+32
* Properly handle relative Dockerfile paths and Dockerfile on different drivesJoffrey F2018-03-301-0/+32
* Support building with Dockerfile outside of contextJoffrey F2018-03-271-0/+33
* Add isolation param to buildJoffrey F2018-03-231-0/+15
* Improve dockerignore comment testJoffrey F2018-03-051-1/+5
* Fix flake8 caseWanzhi Du2018-03-051-1/+1
* Ignore comment line from the .dockerignore fileWanzhi Du2018-03-051-1/+2
* Refuse API version < 1.21 ; Remove associated code pathscleanup_deprecatedJoffrey F2018-01-311-10/+6
* Use pytest assertspytest-assertsJoffrey F2018-01-301-12/+11
* Add support for experimental platform flag in build and pull1855-platform-optionJoffrey F2018-01-231-0/+15
* Ignore dockerignore lines that contain only whitespace1852-dockerignoreJoffrey F2018-01-031-0/+22
* Update test engine versions in Jenkinsfile2.6.0Joffrey F2017-11-071-1/+1
* OopsJoffrey F2017-11-071-1/+1
* Fix build tests to not rely on internet connectivityJoffrey F2017-11-071-10/+20
* Add support for extra_hosts option in buildJoffrey F2017-11-071-0/+32
* Fix handling of non-multiplexed (TTY) streams over upgraded socketsJoffrey F2017-08-171-1/+1
* Add support for the `squash` flag when buildingGabriel Féron2017-08-171-1/+27
* Add network_mode support to Client.build1397-build-networkJoffrey F2017-06-191-0/+33
* Add `target` argument to image buildingYong Wen Chua2017-05-161-0/+22
* Rename cachefrom -> cache_fromJoffrey F2017-02-151-15/+29
* Add stop_timeout to create_containerJoffrey F2017-01-271-0/+4
* Implement cachefromThomas Schaaf2017-01-261-0/+18
* Remove MAINTAINER from DockerfilesBen Firshman2016-11-241-4/+0
* Split out base integration test for APIClientBen Firshman2016-11-221-2/+2
* Rename Client to APIClientBen Firshman2016-11-221-0/+202