Austin Vazquez
Austin Vazquez
Supercedes by number #509. Thanks @kzys for the efforts here.
@dependabot rebase
After adding troubleshooting code, the error is the following from https://github.com/containerd/ttrpc/actions/runs/4368862651/jobs/7641979795 ``` 🇩 coverage ? github.com/containerd/ttrpc/internal [no test files] --- FAIL: TestServerRequestTimeout (0.02s) server_test.go:403: expected deadline 2023-03-08 22:07:26.763647 +0000 UTC...
After putting the expected and actual values in same format, it looks like the issue is off by 1 nanosecond. My read of Golang's context.Context [interface](https://pkg.go.dev/context#Context) is that successful calls...
@dmcgowan, I believe I made some progress on this one. There is a race condition where the client's error can be set by the client's server response goroutine which was...
Hi @yankay apologies missed the notification on this. After further research, it looks like my confusion was [Docker CLI documentation](https://docs.docker.com/reference/cli/docker/image/build/) detailed `docker build --compress` as enabling gzip compression for the...
Catching up on notifs. Thanks @alegrey91 for pushing this through!
Hi @peterlopez , thanks for the report. I have looked into the gap and found this would require an upstream change to nerdctl. I have [asked](https://github.com/containerd/nerdctl/issues/1039#issuecomment-1791195154) maintainers to consider this...
Hi @seternate, great timing. I am putting together the resources for the 0.8.0 release. I don't have an accurate timeline at the moment but have opened #798 with the required...
Hi @jperkin, for the failing CI check could you sign the commit. Check out this link https://github.com/containerd/project/blob/main/CONTRIBUTING.md#sign-your-work for the details.