Highlights
- Arctic Code Vault Contributor
- Pro
Pinned
1,409 contributions in the last year
Activity overview
Contributed to
moby/moby,
docker/docker-ce,
virtual-kubelet/virtual-kubelet
and 5 other
repositories
Contribution activity
January 2021
Created 26 commits in 4 repositories
Created a pull request in docker/cli that received 12 comments
Ignore SIGURG on Linux.
In go1.14+, SIGURG is used by the runtime to handle preemtable system calls. In practice this signal is caught frequently. For reference: https://g…
+196
−32
•
12
comments
Opened 4 other pull requests in 2 repositories
moby/moby
3
merged
containerd/ttrpc
1
open
Reviewed 30 pull requests in 8 repositories
virtual-kubelet/virtual-kubelet 8 pull requests
docker/cli 8 pull requests
- Add spinner loading to docker cp command
- vendor: github.com/theupdateframework/notary v0.7.0
- scripts/build/.variables: Support SOURCE_DATE_EPOCH
- Fix panic when failing to get DefaultAuthConfig
- deprecate blkio-weight options with cgroups v1
- Update bash completion for fluentd --log-options
- Add bash completion for `dockerd --ip6tables`
- Add bash completion for `docker run|create --pull`
moby/moby 7 pull requests
- docker info: silence unhandleable warnings
- Handle long log messages correctly on SizedLogger
- volumes/local: gofmt
- builder: ensure libnetwork state files do not leak
- integration: fix TestBuildUserNamespaceValidateCapabilitiesAreV2 not using frozen image
- Fix Error in daemon_unix.go and docker_cli_run_unit_test.go
- Fix network filter behavior for swarm network
moby/libnetwork 2 pull requests
containerd/containerd 2 pull requests
docker/containerd-packaging 1 pull request
virtual-kubelet/node-cli 1 pull request
docker/docker-credential-helpers 1 pull request
Created an issue in containerd/ttrpc that received 1 comment
Support socket control messages for rpc calls
I'd like to be able to have rpc's that can pass file descriptors over transports which support it. Today there is some support for an interceptor w…
1
comment