3 Commits

Author SHA1 Message Date
xu_lei_123
a9520fdc6f update to 20.10.24 2023-04-10 12:38:50 +08:00
dayshappy
eebad5ad47 [Backport]Dockerfile: configure code dir as "safe" directory
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>
2023-04-04 09:58:34 +08:00
dayshappy
b823202052 [Backport]update containerd binary to v1.6.16
- 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>
2023-04-01 10:38:31 +08:00