Derek McGowan
Derek McGowan
``` Message: "failed to start sandbox \"e31b980fa651e7119c2abdae2ac3067cffb575a8d23416cdb86f3498b15c421d\": failed to create containerd container: snapshotter \"overlayfs\" doesn't support idmap mounts on this host, configure `slow_chown` to allow a slower and expensive fallback",...
Opened https://github.com/containerd/nerdctl/pull/2854 as an alternative solution. I would put it in the category of better to just copy the function.
My thought was that we try to keep "util" only packages as internal but we can add useful helper functions in pkg/core packages. Introducing a package with a single function...
We are moving to an interface which will just allow credential helpers to return the authorization header directly https://github.com/containerd/containerd/blob/main/core/transfer/registry/registry.go#L87. The `AuthConfig` type is deprecated and in later versions static configuration...
@uablrek It is complaining about `config_path` not under the right section. ``` [plugins."io.containerd.grpc.v1.cri".registry] config_path = "/etc/containerd/hosts" ```
Looks like you have the change in sbserver but the tests still in server. Is the intent to make the change in both server and sbserver or just have the...
In this case the push code implementation just has incomplete error handling logic. These type of responses should be decoded into `Errors` and the error message come from there if...
I don't think this one should be considered for 2.0. We can accomplish this without changing the task interface and I think we need more time to test the push...
This doesn't seem like it would be the only way to solve the problem and isn't defining a new class of containerd plugin > This is because if we use...
@zzzzzzzzzy9 I was wondering more why `runtime_type = "io.containerd.runc.v2-rs"` rather than `runtime_type = "io.containerd.runc.v2"`. I would have expected the path to differ but the type to be the same.