summaryrefslogtreecommitdiff
path: root/plugin/manager.go
Commit message (Expand)AuthorAgeFilesLines
* goimports: fix importsSebastiaan van Stijn2019-09-181-3/+3
* Fix panic on daemon restart with running pluginBrian Goff2018-06-071-8/+14
* Various code-cleanupSebastiaan van Stijn2018-05-231-1/+1
* Merge pull request #36327 from Microsoft/jjh/block-pulling-uplevelJohn Stephens2018-03-051-7/+4
|\
| * Windows: Block pulling uplevel imagesJohn Howard2018-02-261-7/+4
* | Merge pull request #35829 from cpuguy83/no_private_mount_for_pluginsSebastiaan van Stijn2018-02-211-29/+7
|\ \ | |/ |/|
| * Make sure plugin mounts are cleaned upBrian Goff2018-02-071-0/+5
| * Revert "Make plugins dir private."Brian Goff2018-02-071-5/+0
| * Plugins perform propagated mount in runtime specBrian Goff2018-02-071-25/+3
* | Add canonical import commentDaniel Nephin2018-02-051-1/+1
|/
* LCOW: Re-coalesce storesJohn Howard2018-01-181-6/+3
* Nitpick plugin/manager.go: use loop to create directoriesBoaz Shuster2017-11-011-8/+4
* LCOW: API: Add platform to /images/create and /buildJohn Howard2017-10-061-6/+6
* Decouple plugin manager from libcontainerd packageBrian Goff2017-09-191-57/+51
* Make plugins dir private.Brian Goff2017-08-021-0/+5
* Update logrus to v1.0.1Derek McGowan2017-07-311-1/+1
* Make plugin emit strongly typed, consumable eventsBrian Goff2017-07-061-0/+9
* Merge pull request #33322 from jsoref/spellingVincent Demeester2017-07-041-1/+1
|\
| * Spelling fixesJosh Soref2017-07-031-1/+1
* | Make plugin removes more resilient to failureBrian Goff2017-06-301-1/+22
|/
* LCOW: Fix nits from 33241John Howard2017-06-271-1/+1
* LCOW: Pass platform through into layer storeJohn Howard2017-06-201-4/+11
* Merge pull request #31930 from anusha-ragunathan/authz-disableAnusha Ragunathan2017-03-221-0/+2
|\
| * When authz plugin is disabled, remove from authz middleware chain.Anusha Ragunathan2017-03-221-0/+2
* | Wait to unmount propagatedmount before marking plugin as disabled.Anusha Ragunathan2017-03-161-9/+8
|/
* Merge pull request #29742 from miaoyq/rewrite-validate-privilegesVincent Demeester2017-02-171-2/+28
|\
| * Rewrite the function 'validatePrivileges' without checking orderYanqiang Miao2017-02-041-2/+28
* | Make propagated mount persist outside rootfsBrian Goff2017-02-031-0/+25
* | plugin: use pkg/errors in more placesTibor Vass2017-01-311-1/+1
* | Remove use of forked reference package for cliDerek McGowan2017-01-191-1/+1
|/
* *: use opencontainers/go-digest packageStephen J Day2017-01-061-1/+1
* Fix validation of plugins without rootfs in configTonis Tiigi2016-12-271-0/+4
* Implement content addressability for pluginsTonis Tiigi2016-12-231-57/+164
* Merge pull request #29423 from unclejack/api_cli_integ_returnSebastiaan van Stijn2016-12-171-4/+1
|\
| * return directly without ifs in remaining packagesunclejack2016-12-141-4/+1
* | Make graphdriver plugin use plugin BasePathBrian Goff2016-12-151-1/+1
|/
* plugins: container-rootfs-relative pathsTibor Vass2016-12-091-1/+28
* Make v2/Plugin accesses safe.Anusha Ragunathan2016-12-061-10/+27
* Fix issue caused by duplicate `docker plugin create` with same namesYong Tang2016-11-281-1/+1
* Merge pull request #27467 from tonistiigi/attach-cbAntonio Murdaca2016-10-251-18/+19
|\
| * Move stdio attach from libcontainerd backend to callbackTonis Tiigi2016-10-241-18/+19
* | Make experimental a runtime flagKenfe-Mickael Laventure2016-10-241-2/+0
|/
* Remove restartmanager from pluginsTonis Tiigi2016-10-071-11/+12
* Make graphdrivers work with pluginv2.Anusha Ragunathan2016-09-201-3/+3
* Adding pluginv2 support for libnetwork (part 1)Anusha Ragunathan2016-09-061-21/+0
* Reorganize plugin package into sub packages.Anusha Ragunathan2016-08-271-295/+19
* Merge pull request #25424 from vieux/enabledTibor Vass2016-08-261-4/+4
|\
| * replace active by enabled for consistency in pluginsVictor Vieux2016-08-251-4/+4
* | Cleanup fallback to V1 plugins logic.Anusha Ragunathan2016-08-251-27/+37
* | Make `docker volume list` lookup plugins installed using new model.Anusha Ragunathan2016-08-171-6/+4
|/