summaryrefslogtreecommitdiff
path: root/docker/api/build.py
Commit message (Expand)AuthorAgeFilesLines
* 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