Highlights
- Arctic Code Vault Contributor
- Pro
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
1,424 contributions in the last year
Activity overview
Contributed to
moby/moby,
docker/docker-ce,
virtual-kubelet/virtual-kubelet
and 5 other
repositories
Contribution activity
September 2020
Created a pull request in moby/moby that received 8 comments
Allow download-frozen-images to work without `go`
Currently we use the go command to read GOARCH and use the value for
matching manifests.
This change allows:
Specifying the arch through TARGETARCH
…
+74
−10
•
8
comments
- daemon/graphdriver/copy: use IoctlFileClone from golang.org/x/sys/unix
- [19.03 backport] awslogs: Update aws-sdk-go to support IMDSv2
- Allow download-frozen-images to work without `go`
- api: clarify "v" option behavior in the container remove endpoint
- Remove redundant "os.IsNotExist" checks on os.RemoveAll()
- pkg/system: make EnsureRemoveAll unix-specific
- Windows CI: Enable more integration tests
- Add size option to volumes on linux/unix via xfs pquota
- update containerd vendor and binary to v1.4.1
- Unify same fromStatT() implementation for FreeBSD and NetBSD
- [19.03] vendor: buildkit v0.6.4-32-gdf89d4dc
- vendor: github.com/moby/term 7f0af18e79f2784809e9cef63d0df5aa2c79d76e
- fix integration test case TestExternalGraphDriver failed in mips arch
- [19.03 backport] swagger: fix MemTotal units in SystemInfo endpoint
- daemon/listeners: use pkg/errors
- Added simple logic for dry run on prune containers
- Builder: Add 1 buffer to two channels to avoid blocking goroutine
- swagger: fix MemTotal units in SystemInfo endpoint
- replace pkg/locker with github.com/moby/locker
- vendor: github.com/opencontainers/selinux v1.6.0
- Revendor Microsoft/go-winio for 8gB file fix when importing or committing image layers
- vendor: github.com/gorilla/mux v1.8.0
- Set 1.2.x end of life date to October 15
- zfs: seperate implementation pkg from plugin pkg
- Prepare v1.4.1 release
- Add platforms.Only test and amd64->386 fallback
- Update to golang 1.15.2
- [release/1.4] seccomp: add `openat2` and `faccessat2` syscall
- [release/1.3] seccomp: add `openat2` and `faccessat2` syscall
- Always consume shim logs
- [release/1.3 backport] Fix some signal forwarder issues
- [release/1.4 backport] Fix some signal forwarder issues
Created an issue in moby/moby that received 9 comments
Windows: remove direct HCS calls
Currently dockerd makes calls directly to hcs (v1) rather than using containerd for managing containers. containerd now has support for Windows thr…
9
comments