summaryrefslogtreecommitdiff
path: root/plugin/manager.go
Commit message (Expand)AuthorAgeFilesLines
* migrate pkg/pubsub to github.com/moby/pubsubSebastiaan van Stijn2022-09-301-1/+1
* Add Swarm cluster volume supportsDrew Erny2022-05-131-1/+1
* plugin: Executor.Signal() accept syscall.SignalSebastiaan van Stijn2022-05-051-1/+2
* plugin: add EndpointResolver interfaceSebastiaan van Stijn2022-03-111-1/+6
* plugin: remove unused pluginRegistryServiceSebastiaan van Stijn2022-03-111-18/+0
* remove unneeded "digest" alias for "go-digest"Sebastiaan van Stijn2022-03-041-1/+1
* pkg/system: move EnsureRemoveAll() to pkg/containerfsSebastiaan van Stijn2022-03-031-2/+2
* refactor: move from io/ioutil to io and os packageEng Zer Jun2021-08-271-3/+2
* Do not call mount.RecursiveUnmount() on WindowsSebastiaan van Stijn2020-10-291-5/+2
* Remove redundant "os.IsNotExist" checks on os.RemoveAll()Sebastiaan van Stijn2020-09-231-1/+1
* Replace uses of blacklist/whitelistSebastiaan van Stijn2020-07-141-4/+4
* Replace errors.Cause() with errors.Is() / errors.As()Sebastiaan van Stijn2020-04-291-1/+1
* Use containerd dist libs for plugin pull/pullBrian Goff2020-04-021-31/+15
* Really switch to moby/sys/mount*Kir Kolyshkin2020-03-201-1/+1
* 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
|/