CI is failing when bind-mounting source from the host into the dev-container;
fatal: detected dubious ownership in repository at '/go/src/github.com/docker/docker'
To add an exception for this directory, call:
git config --global --add safe.directory /go/src/github.com/docker/docker
reference:https://github.com/moby/moby/pull/44946/commits
Signed-off-by: dayshappy <zhangzhihui@xfusion.com>
- Fix push error propagation
- Fix slice append error with HugepageLimits for Linux
- Update default seccomp profile for PKU and CAP_SYS_NICE
- Fix overlayfs error when upperdirlabel option is set
full diff: containerd/containerd@v1.6.15...v1.6.16
reference:https://github.com/moby/moby/commit/526ae907e2
Signed-off-by: dayshappy <zhangzhihui@xfusion.com>