summaryrefslogtreecommitdiff
path: root/cloud/docker/docker_image.py
Commit message (Expand)AuthorAgeFilesLines
* Refreshed metadata for core modulesToshio Kuratomi2016-12-061-0/+4
* Fixed typo in docker_image.py docs (#5764)Asara2016-12-021-1/+1
* Remove duplicated option from examplesPatrick F. Marques2016-11-111-1/+0
* Let docker-py handle decoding and JSON parsing of stream data. Fixes #4930.Chris Houseknecht2016-09-271-2/+1
* Add buildargs parameter to support Dockerfile ARG directive. (#4349)Chris Houseknecht2016-08-051-2/+31
* Default repository tag value to tag parameter value or 'latest'.chouseknecht2016-08-051-1/+3
* Always returns changed when state present and name includes :tag.chouseknecht2016-08-051-1/+8
* Add *build* to state parameter choices. Updated deprecation message. Will be ...Chris Houseknecht2016-08-051-5/+6
* Fix image tag operation. Allows repository in form of repo:tag. If no tag val...chouseknecht2016-08-051-7/+11
* Add push parameter. Let API handle registry authentication check.Chris Houseknecht2016-07-121-42/+60
* Merge pull request #3887 from Jorge-Rodriguez/docker-image-no-push-on-loadChris Houseknecht2016-07-121-4/+3
|\
| * Do not forcibly push when building, either.Rodríguez, Jorge2016-06-081-1/+0
| * Don't forcibly push loaded images to registry. Fixes #3763Rodríguez, Jorge2016-06-081-3/+3
* | Stream image data in load_image() to avoid out-of-memoryStefan Hajnoczi2016-06-081-5/+8
|/
* Fail gracefully when build path is not found.chouseknecht2016-05-131-0/+2
* Add doc string for container_limits. Fixed push fail message. Use path type.chouseknecht2016-04-291-18/+31
* Updated version_added on options to reflect options added for 2.1.chouseknecht2016-04-251-1/+6
* Clean up and fixes post API version 1.20 testing.chouseknecht2016-04-251-109/+126
* Fix github credentialschouseknecht2016-04-251-1/+1
* Fix unfriendly exeption handling.chouseknecht2016-04-251-8/+8
* Updater per PR commentschouseknecht2016-04-251-60/+52
* Adding refactored docker_image module.chouseknecht2016-04-251-391/+436
* update docker_image's path param type to 'path'. Fixes #3175Andrey Gubarev2016-03-031-1/+1
* replaced sudo with becomeDaniel Petty2016-02-181-3/+3
* Fix issues version_added and chaged => changed typoToshio Kuratomi2015-11-021-10/+10
* Fix messageMichael Schuett2015-11-021-4/+4
* Handle connection errorMichael Schuett2015-11-021-0/+14
* remove .geturl()Michael Schuett2015-11-021-1/+1
* Remove faulty logicMichael Schuett2015-11-021-1/+1
* Documentation FixMichael Schuett2015-11-021-1/+36
* Improve MessageMichael Schuett2015-11-021-0/+2
* Improve Error ReportingMichael Schuett2015-11-021-0/+23
* docker_image TLSMichael Schuett2015-11-021-3/+88
* Set a default value for DEFAULT_DOCKER_API_VERSION so we can create the Ansib...Toshio Kuratomi2015-08-031-0/+1
* Updating cloud modules with proper github author informationGreg DeKoenigsberg2015-06-151-1/+1
* Add 'docker_api_version' to docker_imageAndrew Pashkin2015-05-231-9/+29
* Support optional dockerfile namePierre Baillet2015-05-181-1/+9
* Several cleanups to many modules:Toshio Kuratomi2015-05-111-13/+30
* removed deprecated docs, not true anymoreBrian Coca2015-04-281-1/+0
* undeprecated docker_image until replacement actually arivesBrian Coca2015-02-231-0/+253
* Deprecate docker_image, use the docker module to deploy docker images, or she...Michael DeHaan2014-11-051-252/+0
* made subcategories for cloud modules for better organizationBrian Coca2014-11-041-0/+252