582 Commits

Author SHA1 Message Date
Thomas Boerger 76f395887c Updated maintainers file, added names and athieriot 2016-02-21 11:19:59 +01:00
Thomas Boerger 22f143de4f Make the builds reproducable based on commit sha 2016-02-21 11:06:39 +01:00
Thomas Boerger 65cfc66223 Removed unused CI_BUILD_NUMBER from makefile 2016-02-21 10:43:07 +01:00
Thomas Boerger 61e7644905 Added all task as first task to makefile 2016-02-21 10:38:52 +01:00
Brad Rydzewski 17b6c14342 Merge pull request #36 from djmaze/docker-graph-caching
Docker graph caching
2016-02-18 11:30:58 -08:00
Bugagazavr fe0cc868e0 Merge pull request #41 from drone-plugins/feature/debian-kernel
Added grub known issue for Debian
2016-02-18 21:11:38 +03:00
Thomas Boerger 57b2466a60 Added grub known issue for Debian 2016-02-18 19:03:02 +01:00
Martin Honermeyer f2316d74bc Adjust docs to state AUFS can be used with graph caching as well 2016-02-11 23:20:27 +01:00
Martin Honermeyer b11030ead3 Adjust wording in caching docs 2016-02-11 23:20:27 +01:00
Martin Honermeyer 2ab987b917 Use "dangling" filter instead of grepping when cleaning up images 2016-02-11 23:20:27 +01:00
Martin Honermeyer 2bf7ebf219 Clean out untagged Docker images after build 2016-02-11 23:20:27 +01:00
Martin Honermeyer 4023d44674 Use /drone/docker for the Docker daemon's graph directory
This allows caching the whole Docker graph with the cache plugin. (Caching works efficiently with the overlay storage driver at least. Probably shouldn't be used with other storage drivers.)
2016-02-11 23:20:27 +01:00
Jack Spirou 0986b5dfe0 Merge pull request #33 from mikkeloscar/docker-daemon
Change deprecated argument -d -> daemon
2016-02-01 23:16:36 -06:00
Mikkel Oscar Lyderik 2f460f48f8 Change deprecated argument -d -> daemon
Running `docker -d` is deprecated since [1].

[1]: https://docs.docker.com/engine/misc/deprecated/#old-command-line-options
2016-01-28 19:08:18 +01:00
Thomas Boerger ebc61e15fe Merge pull request #30 from drone-plugins/feature/unification
Unification: Drone config, Makefile, structure and badges
2016-01-26 10:14:23 +01:00
Thomas Boerger 78cce00412 Unification: Drone config, Makefile, structure and badges 2016-01-26 10:13:42 +01:00
Jack Spirou 1b8ed88565 Merge pull request #28 from x-cray/patch-2
Fix a typo
2016-01-21 13:26:07 -06:00
Denis Parchenko a9c326c469 Fix a typo 2016-01-20 10:13:14 +02:00
Thomas Boerger 0feee3b0ba Merge pull request #27 from drone-plugins/feature/badges
Added drone and imagelayers badges
2016-01-18 01:09:54 +01:00
Thomas Boerger 3ecf778e75 Added drone and imagelayers badges 2016-01-18 00:20:19 +01:00
Thomas Boerger 6f2a124598 Merge pull request #26 from gjtempleton/Update-docs
Update parameters
2016-01-11 20:31:31 +01:00
GuyTempleton 7603f41f1b Update parameters 2016-01-11 10:03:31 +00:00
Nathan LaFreniere 445933bc6e Merge pull request #23 from drone-plugins/buildargs
add support for build-args
2015-12-24 07:04:10 -08:00
Nathan LaFreniere 24f7bbf4e2 add support for build-args 2015-12-24 07:02:47 -08:00
Brad Rydzewski 26af1d895d Update DOCS.md [CI SKIP] 2015-12-22 23:35:33 -05:00
Brad Rydzewski 9e1029d1d1 Updated MAINTAINERS file [CI SKIP] 2015-12-09 14:18:33 -08:00
Brad Rydzewski 2708c58b49 Merge pull request #18 from andreo/master
Fix parameter names in a documentation. [CI SKIP]
2015-12-09 08:49:05 -08:00
Brad Rydzewski 38e910dbd6 Merge pull request #20 from ipedrazas/patch-1
docker image update
2015-12-07 10:36:32 -08:00
Brad Rydzewski 4410666439 Created MAINTAINERS file [CI SKIP] 2015-12-07 01:22:29 -08:00
Ivan Pedrazas b41b68dd08 docker image update
update from rancher/docker:1.8.1 to 1.9.1
2015-12-03 16:18:18 +00:00
andreo 90078ff15f Fix parameter names in a documentation. 2015-11-28 12:10:02 -08:00
Brad Rydzewski 773b5a2a9b Merge pull request #19 from Bugagazavr/bip-support
Bip support for docker
2015-11-27 19:38:26 -08:00
Brad Rydzewski 32e388f871 Merge pull request #17 from x-cray/add-force-option
Add option to replace existing matched image tags
2015-11-27 19:37:15 -08:00
Brad Rydzewski 2f245a7577 Merge pull request #16 from x-cray/patch-1
Update DOCS to match the latest code [CI SKIP]
2015-11-27 19:36:42 -08:00
Kirilll Zaycev 2cf2312ced Added bip to docs 2015-11-28 00:49:17 +03:00
Kirilll Zaycev cd124c3ac5 Bip support for docker 2015-11-28 00:27:01 +03:00
Denis Parchenko 24082f1d5c Add option to replace existing matched image tags 2015-11-25 17:55:12 +02:00
Denis Parchenko 1776af3e30 Update DOCS to match the latest code
Add some missing highlighting
2015-11-25 17:20:54 +02:00
Brad Rydzewski 0b2faea192 Merge pull request #15 from atosatto/mirror-registry
Adding support to registry mirroring
2015-11-24 22:50:21 -08:00
Brad Rydzewski a12f0f403d updated caching docs [CI SKIP] 2015-11-19 13:29:16 -08:00
Brad Rydzewski f510688b48 Merge pull request #14 from janeczku/cache-revamp
Separate 'archive' parameter in 'load' and 'save'
2015-11-19 13:22:06 -08:00
Jan Broer 2b54df91ce Separate 'archive' parameter in 'load' and 'save' 2015-11-19 16:44:25 +01:00
Andrea Tosatto a76e08c4fd implementing the support for the registry mirror 2015-11-18 18:44:27 +01:00
Brad Rydzewski 204616b78f Merge pull request #13 from janeczku/caching
Add support for saving/restoring image layers from archive
2015-11-10 18:47:32 -08:00
Jan Broer fd95103a82 Adds support for saving/restoring image layers from archive 2015-11-11 02:33:09 +01:00
Brad Rydzewski dd43c76c88 Update DOCS.md
revert prior documentation change [CI SKIP]
2015-11-02 08:42:56 -08:00
Brad Rydzewski 0605f1cf8e Update DOCS.md
clarified devicemapper error in docs is not just RedHat or CentOS [CI SKIP]
2015-11-02 08:41:04 -08:00
Brad Rydzewski bad907e821 enable auto deploy, multiple tags 2015-10-27 18:29:46 -07:00
Brad Rydzewski 593ab32760 update docs to include multi-tag capabilities 2015-10-27 18:26:50 -07:00
Brad Rydzewski 54b0c1d9e0 enables multi-tag build and publish 2015-10-27 17:53:51 -07:00