[WIP] feat: Implement image verification proxy plugin type#8269
[WIP] feat: Implement image verification proxy plugin type#8269ethan-lowman-dd wants to merge 1 commit intocontainerd:mainfrom
Conversation
Signed-off-by: Ethan Lowman <[email protected]>
|
Hi @ethan-lowman-dd. Thanks for your PR. I'm waiting for a containerd member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
From March 23 community meeting: should use binary shim model instead of proxy plugin. |
This PR implements a plugin system for verifying image pulls (#6691).
This supersedes #6994 to implement the plugin using a gRPC proxy plugin called from the Transfer Service rather than a ttrpc plugin to the CRI.
See https://github.com/DataDog/containerd/blob/img-verifier-proxy-plugin/verifier/example/README.md to test an example plugin.