Derek McGowan

Results 319 comments of Derek McGowan

> Some way to easily reload the registry section or maybe larger parts of the plugin config without having large service interruptions. E.g. catching a SIGHUP could work just fine....

@felipecrs yes, restarting will be necessary on updates and in that case a single restart to switch to use the config path. I'm going to close this issue since plugin...

What is the compression ratio difference? Unlike in Moby, we do not compress on push and compression is normally owned by the image builder. The only case we compress today...

Added this to the 2.2 milestone. Can you look into that one comment and update. I want todo a few re-runs on CI afterwards to ensure we don't see the...

@skaegi how reproducible is this on the other nodes? Have you seen with a different snapshotter?

> This issue is about cases where the the exported image has no layer blobs for any architecture. The exported images have manifests and image config blobs but nothing else....

Should we consider backporting this as it addresses an issue that some users may be trying to debug and fix?

I had one question on the issue before we take it as a backport https://github.com/containerd/containerd/issues/11531#issuecomment-2725280249

The manifest delete workflow would not work with the fallback in any case. It would be reasonable for a registry to reject the delete of a manifest that is currently...

> containerd/errdefs is likely missing some of the error categories we need, so, we might end-up with two packages, leading to more confusion The categories defined by errdefs are intentionally...