summaryrefslogtreecommitdiff
path: root/docker/api/build.py
Commit message (Expand)AuthorAgeFilesLines
* Doc fixesJoffrey F2017-11-011-2/+2
* Add support for new ContainerSpec parametersJoffrey F2017-10-261-4/+3
* Add support for extra_hosts option in buildJoffrey F2017-10-251-1/+14
* Add support for the `squash` flag when buildingGabriel Féron2017-08-151-1/+12
* Daemon expects full URL of hub in auth config dict in build payloadJoffrey F2017-08-151-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