Derek McGowan
Derek McGowan
> This is important for any registry that is behind Cloudflare or another CDN that limits HTTP POST chunk size. What is the limit on some of these CDNs, is...
Regardless of the breakdown between PATCH and PUT, I think you are right that chunked encoding could be used there. The range header should also be included in the request,...
@elezar You can specific an import [path or glob](https://github.com/containerd/containerd/blob/main/cmd/containerd/server/config/config.go#L370) for loading configurations files which can override the base config. This is just changing the logic to merge the plugin configs...
> It turned out that containerd config dump did not seem to give reliable output for me. > ... > My suggested fix is to do the loading and registration...
@Jamstah I'm fine closing this, clearly it is not a change which has been needed. I wouldn't classify this as a change to the reference grammar, just a way to...
Implemented in #9022
If we still need the check we should at least update the comment. Either way this change does not need a major version to get in.
The security models related to verification during distribution and runtime are different. When pulling an image it is about establishing trust in remote and unknown content before storing it on...
@sailingdotwang feel free to open up a new issue to request that @ethan-lowman-dd I would say this is complete. Any additional plugins or extended functionality can be tracked separately. Thanks...
> It's been a while since I looked at the specs in enough detail ... but is this still true in our new containerd world? containerd still uses the rootfs...