summaryrefslogtreecommitdiff
path: root/docker/api/build.py
Commit message (Expand)AuthorAgeFilesLines
* Support absolute paths for in-context DockerfilesJoffrey F2018-04-121-2/+4
* Properly handle relative Dockerfile paths and Dockerfile on different drivesJoffrey F2018-03-301-9/+20
* Support building with Dockerfile outside of contextJoffrey F2018-03-271-0/+10
* Add isolation param to buildJoffrey F2018-03-231-1/+10
* Fix flake8 caseWanzhi Du2018-03-051-1/+2
* Ignore comment line from the .dockerignore fileWanzhi Du2018-03-051-1/+1
* Refuse API version < 1.21 ; Remove associated code pathscleanup_deprecatedJoffrey F2018-01-311-42/+8
* Improve separation between auth_configs and general_configsimprove_authconfig_genconfig_separationJoffrey F2018-01-301-4/+2
* Add support for experimental platform flag in build and pull1855-platform-optionJoffrey F2018-01-231-1/+9
* Ignore dockerignore lines that contain only whitespace1852-dockerignoreJoffrey F2018-01-031-1/+3
* Doc fixesJoffrey F2017-11-071-2/+2
* Add support for new ContainerSpec parametersJoffrey F2017-11-071-4/+3
* Add support for extra_hosts option in buildJoffrey F2017-11-071-1/+14
* Add support for the `squash` flag when buildingGabriel Féron2017-08-171-1/+12
* Daemon expects full URL of hub in auth config dict in build payloadJoffrey F2017-08-171-1/+4
* Add network_mode support to Client.build1397-build-networkJoffrey F2017-06-191-6/+16
* Add `target` argument to image buildingYong Wen Chua2017-05-161-1/+11
* Rename cachefrom -> cache_fromJoffrey F2017-02-151-7/+8
* Implement cachefromThomas Schaaf2017-01-261-1/+10
* Properly fill out auth headers in APIClient.build when usingcompose4171_build_auth_headersJoffrey F2016-12-011-3/+19
* Rename Client -> DockerClientdocker_clientJoffrey F2016-11-281-2/+2
* Add docstrings to low-level APIBen Firshman2016-11-221-0/+83
* Add labels and shmsize arguments to the image buildRyan Belgrave2016-11-081-1/+18
* Pass X-Registry-Auth when building an imageJustin Michalicek2016-07-121-3/+3
* Make gzip encoding optionalJoffrey F2016-03-221-4/+9
* Fix line-spacing for buildMichael Sander2016-03-221-1/+2
* Encode the tar ball with gzipMichael Sander2016-03-221-1/+2
* Support 'buildargs' parameter for docker 1.9.Leonty2015-11-101-1/+10
* Generic skip decorator for low API version accessible to all testsJoffrey F2015-09-161-2/+2
* Move client internals back to Client class. Remove obsolete ClientBase classapi_splitupJoffrey F2015-09-111-1/+1
* Split different APIs into several mixins for clarity / easier maintenanceJoffrey F2015-09-111-0/+132