Derek McGowan

Results 319 comments of Derek McGowan

We could, we would first need an option in the host configuration to avoid using the `ProxyFromEnvironment` like we do today. https://github.com/containerd/containerd/blob/main/core/remotes/docker/config/hosts.go#L148. It probably makes more sense to have that...

> @dmcgowan is this still targeted for 2.2? We can get this in > This is needed as the golang implementatio of io.Copy is equivalent to cp --sparse=nevar ..., meaning...

A note for staleness, any bug which does not have a priority label is considered not yet triaged and the stale bot will target it. Feel free to assign a...

Most the PRs impact the interface and need to be considered for merge or closed https://github.com/containerd/errdefs/pulls

@nikpivkin why was errdefs even getting bumped in that PR? The indirect dependency should stay at 0.2.0. 1.7 will have to get bumped to errdefs 0.2.0 anyway, it likely got...

Blocked by https://github.com/microsoft/hcsshim/pull/2293 Related to the 1.7 release, 1.7.23 partially reverted the errdefs switch and updated to errdef 0.3.0 to address the package instability.

@kadisi the filter is used to determine which entries get returned, field masks would determine which fields are set on an entry

See initial implementation at https://github.com/kunalkushwaha/containerd/tree/filed-mask from #2298

Either is fine, #86 is a bit bigger and think it needs some validation

Can you try ``` server = "https://k8s.gcr.io" [host."https://gcr.io/google_containers"] capabilities = ["pull", "resolve"] skip_verify = true override_path = true ``` You may need to specify the host as `https://gcr.io/v2/google_containers` though, I'm...