Brad Rydzewski
8ab6fda323
Merge pull request #68 from geofeedia/add-mtu-flag-to-docker-daemon
...
Add mtu flag to docker daemon
2016-07-28 12:02:03 -07:00
Austen Lacy
ea49330a7e
ran go fmt
2016-07-26 06:09:00 -04:00
Austen Lacy
91eb6ee5ee
added mtu param
2016-07-25 17:45:31 -04:00
Austen Lacy
619c7905ec
Merge remote-tracking branch 'drone-plugins/master'
2016-07-25 17:42:41 -04:00
Brad Rydzewski
82104c20c8
Merge pull request #61 from vespakoen/more-logging
...
More logging, disable docker login email, changes to makefile
2016-06-18 14:47:08 -07:00
Koen Schmeets
b751480d55
Fix variable
2016-06-18 23:24:57 +02:00
Koen Schmeets
65be2b6a3c
Fix parameter value
2016-06-18 23:15:03 +02:00
Koen Schmeets
284c8ef789
Fix argument type
2016-06-18 23:13:45 +02:00
Koen Schmeets
cec1cb5d12
Add email to login command when given
2016-06-18 22:56:22 +02:00
Koen Schmeets
87e0bec62f
Put newlines back
2016-06-18 22:38:38 +02:00
Koen Schmeets
4971855b4d
Remove codegangsta/cli from makefile deps (are already bundled in vendor)
2016-06-18 22:37:54 +02:00
Koen Schmeets
57d0b5bcc5
Remove logs, remove commented code
2016-06-18 22:36:21 +02:00
Koen Schmeets
29dccc3dc3
More logging, disable docker login email, changes to makefile
2016-06-18 22:23:15 +02:00
Brad Rydzewski
74289a486c
update the docker plugin to use the default volume as the graph path
2016-06-03 11:42:20 -07:00
Brad Rydzewski
8971a82c08
Merge pull request #58 from donny-dont/master
...
Use dind image
2016-05-26 13:50:55 -07:00
Don
0788dce184
Moving where exe is placed
2016-05-20 13:18:13 -07:00
Don
5b55b01373
Using official dind image
2016-05-20 13:00:06 -07:00
Don
b7baf89e8c
Fix typo in env variable
2016-05-20 12:59:51 -07:00
Don
2afde63543
Fix typo in readme
2016-05-20 12:58:22 -07:00
Brad Rydzewski
d8a4f1610f
Update Dockerfile
2016-05-13 00:10:09 -07:00
Brad Rydzewski
b40cd1459e
update trace format
2016-05-11 01:43:44 -07:00
Brad Rydzewski
6513d0c91a
fix conflict with mounting /go
2016-05-04 13:25:43 -07:00
Brad Rydzewski
96200f047b
fix workspace
2016-05-04 13:05:11 -07:00
Brad Rydzewski
9b0874f418
added multiple plugin tags
2016-05-04 13:02:37 -07:00
Brad Rydzewski
63d8305bb7
fixed issue with incorrect push command
2016-05-04 12:51:06 -07:00
Brad Rydzewski
a10a18b032
remove dry-run flag
2016-05-03 16:53:41 -07:00
Brad Rydzewski
0998cbd757
disable go vet for now
2016-05-03 16:37:12 -07:00
Brad Rydzewski
7a1e6b2766
update plugin for 0.5 release
2016-05-03 16:34:08 -07:00
Brad Rydzewski
5825a3d797
initial commit for 0.5 release
2016-05-03 16:17:16 -07:00
Brad Rydzewski
d4fe469843
Merge pull request #47 from geofeedia/docker-dev1.10.2
...
upgraded docker version
2016-03-15 13:18:56 -07:00
Austen Lacy
16cd3a4968
upgraded docker version
2016-03-15 15:08:38 -04:00
Thomas Boerger
35c94a1ad7
Merge pull request #42 from drone-plugins/feature/additions
...
Makefile, gitignore and MAINTAINERS improvements
2016-02-26 09:48:22 +01:00
Thomas Boerger
1bb6f328a8
Reference to DOCS.md from README.md for usage information
2016-02-26 09:47:20 +01:00
Thomas Boerger
dd6ba6e9de
Updated gitignore to respect also coverage.out
2016-02-21 11:38:17 +01:00
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