mirror of
https://github.com/moby/moby.git
synced 2026-07-23 07:51:53 +00:00
full diff: d4e78200d6...0edc412565
- integrates containerd/cri into main containerd repository
- seccomp: add `pidfd_open` and `pidfd_send_signal`
- seccomp: add `pidfd_getfd` syscall (gated by `CAP_SYS_PTRACE`)
- docker: don’t hide pusher response error
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>