summaryrefslogtreecommitdiff
path: root/tests/integration/api_build_test.py
Commit message (Collapse)AuthorAgeFilesLines
* Ignore dockerignore lines that contain only whitespace1852-dockerignoreJoffrey F2018-01-031-0/+22
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Update test engine versions in Jenkinsfile2.6.0Joffrey F2017-11-071-1/+1
| | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> Conflicts: Jenkinsfile
* OopsJoffrey F2017-11-071-1/+1
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Fix build tests to not rely on internet connectivityJoffrey F2017-11-071-10/+20
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Add support for extra_hosts option in buildJoffrey F2017-11-071-0/+32
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Fix handling of non-multiplexed (TTY) streams over upgraded socketsJoffrey F2017-08-171-1/+1
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Add support for the `squash` flag when buildingGabriel Féron2017-08-171-1/+27
| | | | | | Also added a test that compares the number of layers in the default mode, and with the new flag Signed-off-by: Gabriel Féron <feron.gabriel@gmail.com>
* Add network_mode support to Client.build1397-build-networkJoffrey F2017-06-191-0/+33
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Add `target` argument to image buildingYong Wen Chua2017-05-161-0/+22
| | | | | | | | | | This is related to the multi-stage image building that was introduced in 17.05 (API 1.29). This allows a user to specify the stage of a multi-stage Dockerfile to build for, rather than the final stage. Signed-off-by: Yong Wen Chua <me@yongwen.xyz>
* Rename cachefrom -> cache_fromJoffrey F2017-02-151-15/+29
| | | | | | | Fix cache_from integration test Fix image ID detection in ImageCollection.build Signed-off-by: Joffrey F <joffrey@docker.com>
* Add stop_timeout to create_containerJoffrey F2017-01-271-0/+4
| | | | | | Fix requires_api_version test decorator Signed-off-by: Joffrey F <joffrey@docker.com>
* Implement cachefromThomas Schaaf2017-01-261-0/+18
| | | | Signed-off-by: Thomas Schaaf <schaaf@komola.de>
* Remove MAINTAINER from DockerfilesBen Firshman2016-11-241-4/+0
| | | | | | | | It was deprecated in https://github.com/docker/docker/pull/25466 (Sorry @shin- ;) Signed-off-by: Ben Firshman <ben@firshman.co.uk>
* Split out base integration test for APIClientBen Firshman2016-11-221-2/+2
| | | | | | So the cleanup stuff can be reused for model tests. Signed-off-by: Ben Firshman <ben@firshman.co.uk>
* Rename Client to APIClientBen Firshman2016-11-221-0/+202
Signed-off-by: Ben Firshman <ben@firshman.co.uk>