You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 <[email protected]>
Signed-off-by: Derek McGowan <[email protected]>
The `:latest` tag is optional, and is used as the default if omitted.
6512
6518
required: true
6513
6519
type: "string"
6520
+
- name: "name"
6521
+
in: "query"
6522
+
description: |
6523
+
Local name for the pulled plugin.
6524
+
6525
+
The `:latest` tag is optional, and is used as the default if omitted.
6526
+
required: false
6527
+
type: "string"
6514
6528
- name: "X-Registry-Auth"
6515
6529
in: "header"
6516
6530
description: "A base64-encoded auth configuration to use when pulling a plugin from a registry. [See the authentication section for details.](#section/Authentication)"
0 commit comments