1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/api/server/router
Tonis Tiigi 38d914cc96 Implement content addressability for plugins
Move plugins to shared distribution stack with images.

Create immutable plugin config that matches schema2 requirements.

Ensure data being pushed is same as pulled/created.

Store distribution artifacts in a blobstore.

Run init layer setup for every plugin start.

Fix breakouts from unsafe file accesses.

Add support for `docker plugin install --alias`

Uses normalized references for default names to avoid collisions when using default hosts/tags.

Some refactoring of the plugin manager to support the change, like removing the singleton manager and adding manager config struct.

Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
Signed-off-by: Derek McGowan <derek@mcgstyle.net>
(cherry picked from commit 3d86b0c79b)
2016-12-27 13:31:14 -08:00
..
build Fix processing of unset build-args during build 2016-12-09 14:24:00 -08:00
checkpoint router: Return explicit error rather than 404 for experimental. 2016-11-19 23:47:12 -08:00
container add headers when using exec 2016-12-09 14:12:09 -08:00
image Convert DanglingOnly to Filters for docker image prune 2016-12-07 16:08:18 -08:00
network api: allow creating a network of which name is the prefix of the ID of a swarm network 2016-12-15 22:59:42 -08:00
plugin Implement content addressability for plugins 2016-12-27 13:31:14 -08:00
swarm correct the http return code of secret remove 2016-11-30 14:12:22 -08:00
system api: types: keep info.SecurityOptions a string slice 2016-11-21 14:45:05 -08:00
volume Convert DanglingOnly to Filters for docker image prune 2016-12-07 16:08:18 -08:00
experimental.go router: Return explicit error rather than 404 for experimental. 2016-11-19 23:47:12 -08:00
local.go
router.go