1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/cli/command
Tonis Tiigi 3d86b0c79b 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>
2016-12-23 13:29:58 -08:00
..
bundlefile Reinstate --bundle-file argument to 'docker deploy' 2016-11-10 11:28:18 -05:00
checkpoint Print checkpoint id when creating a checkpoint 2016-12-01 23:30:14 -05:00
commands Give a order to AddCommands, for easy read and maintenance. 2016-12-08 16:43:14 +08:00
container Merge pull request #29314 from vdemeester/no-more-utils 2016-12-22 15:21:05 +01:00
formatter Move templates to pkg/templates 2016-12-12 09:34:03 +01:00
idresolver
image Abstract distribution interfaces from image specific types 2016-12-19 10:55:00 -08:00
inspect Move templates to pkg/templates 2016-12-12 09:34:03 +01:00
network Convert DanglingOnly to Filters for docker image prune 2016-12-02 20:08:49 -08:00
node Revert "Add -a option to service/node ps" 2016-11-28 18:08:45 +01:00
plugin Implement content addressability for plugins 2016-12-23 13:29:58 -08:00
prune
registry change minor mistake of spelling 2016-12-20 21:05:19 +08:00
secret Add --file flag for docker secret create command 2016-12-13 07:35:45 -08:00
service Fix misleading default for --replicas 2016-12-19 19:35:05 -08:00
stack Move pkg to cli/compose/convert 2016-12-16 12:27:31 -05:00
swarm Before asking a user for the unlock key when they run docker swarm unlock, actually 2016-12-16 17:16:55 -08:00
system Merge pull request #29314 from vdemeester/no-more-utils 2016-12-22 15:21:05 +01:00
task return directly without ifs in remaining packages 2016-12-14 23:28:27 +02:00
volume Convert DanglingOnly to Filters for docker image prune 2016-12-02 20:08:49 -08:00
cli.go Add registry-specific credential helper support 2016-12-01 10:29:00 -08:00
events_utils.go
in.go
out.go
registry.go Add registry-specific credential helper support 2016-12-01 10:29:00 -08:00
trust.go
utils.go Windows: Prompt fix 2016-12-09 14:27:53 -08:00