summaryrefslogtreecommitdiff
path: root/plugin/backend_linux.go
Commit message (Expand)AuthorAgeFilesLines
* fixing consistent aliases for OCI spec importsJeyanthinath Muthuram2023-05-081-14/+14
* Use GetBoolOrDefault to remove duplicated invalidFilter usagesPaweł Gronowski2023-01-261-4/+7
* plugin: fix empty-lines (revive)Sebastiaan van Stijn2022-09-281-1/+0
* plugin: use types/registry.AuthConfigSebastiaan van Stijn2022-07-291-7/+8
* 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-3/+3
* refactor: move from io/ioutil to io and os packageEng Zer Jun2021-08-271-6/+5
* vendor: github.com/containerd/containerd v1.5.2Sebastiaan van Stijn2021-06-041-2/+2
* Use docker media type for plugin layersBrian Goff2021-04-051-1/+1
* Use containerd dist libs for plugin pull/pullBrian Goff2020-04-021-297/+249
* Really switch to moby/sys/mount*Kir Kolyshkin2020-03-201-1/+1
* goimports: fix importsSebastiaan van Stijn2019-09-181-2/+2
* Various code-cleanupSebastiaan van Stijn2018-05-231-1/+1
* Switch from x/net/context -> contextKir Kolyshkin2018-04-231-1/+1
* Windows: Block pulling uplevel imagesJohn Howard2018-02-261-2/+13
* Add canonical import commentDaniel Nephin2018-02-051-1/+1
* Merge pull request #34372 from cpuguy83/more_error_handling_for_pluginrmVincent Demeester2018-01-251-6/+34
|\
| * Ignore exist/not-exist errors on plugin removeBrian Goff2018-01-251-6/+34
* | LCOW: Refactor to multiple layer-stores based on feedbackJohn Howard2018-01-181-2/+4
* | LCOW: Re-coalesce storesJohn Howard2018-01-181-2/+2
* | Move api/errdefs to errdefsBrian Goff2018-01-111-1/+1
* | Add helpers to create errdef errorsBrian Goff2018-01-111-6/+7
* | Remove redundant build-tagsSebastiaan van Stijn2017-12-181-2/+0
|/
* LCOW: API: Add platform to /images/create and /buildJohn Howard2017-10-061-2/+2
* Replace uses of filters.Include() with filters.Contains()Sebastiaan van Stijn2017-09-261-2/+2
* Add deadcode linterDaniel Nephin2017-08-211-17/+1
* Remove string checking in API error handlingBrian Goff2017-08-151-17/+16
* Update logrus to v1.0.1Derek McGowan2017-07-311-1/+1
* Make plugin emit strongly typed, consumable eventsBrian Goff2017-07-061-3/+14
* Fix plugin remove dir name after rename.Brian Goff2017-07-041-2/+3
* Make plugin removes more resilient to failureBrian Goff2017-06-301-27/+12
* LCOW: Pass platform through into layer storeJohn Howard2017-06-201-2/+2
* authz: eliminate race during plugin removal from middlewareDavid Sheets2017-06-131-8/+1
* Don't unmount entire plugin manager tree on removeBrian Goff2017-05-271-2/+2
* Remove unnecessary lineDaehyeok Mun2017-04-261-3/+1
* Make sure plugin rootfs is unmounted on upgradedBrian Goff2017-04-111-1/+1
* Merge pull request #31930 from anusha-ragunathan/authz-disableAnusha Ragunathan2017-03-221-0/+14
|\
| * When authz plugin is disabled, remove from authz middleware chain.Anusha Ragunathan2017-03-221-0/+14
* | Embed DockerVersion in plugin config.Anusha Ragunathan2017-03-221-0/+3
* | Add pid host supportAnusha Ragunathan2017-03-211-0/+7
* | Add support in plugin config for accessing host ipc namespace.Anusha Ragunathan2017-03-211-0/+7
|/
* plugin: check errorsAntonio Murdaca2017-02-151-1/+8
* Use distribution referenceDerek McGowan2017-02-071-13/+13
* Make propagated mount persist outside rootfsBrian Goff2017-02-031-0/+42
* Add docker plugin upgradeBrian Goff2017-02-031-2/+60
* Add `capability` filter to `docker plugin ls`Yong Tang2017-01-271-1/+10
* Add `--filter enabled=true` for `docker plugin ls`Yong Tang2017-01-261-1/+29
* plugins: rename DeviceCreation to AllowAllDevicesTibor Vass2017-01-101-3/+3
* *: use opencontainers/go-digest packageStephen J Day2017-01-061-3/+3
* Implement content addressability for pluginsTonis Tiigi2016-12-231-163/+462