8 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
xu_lei_123
9ef6aee2d2 update to 20.10.23 2023-03-29 22:02:17 +08:00
xu_lei_123
65de719cd9 enhance container behavior 2023-03-09 10:01:46 +08:00
xu_lei_123
d4bd95473a Change to BuildRequires golang-1.17.3 2022-12-28 17:10:22 +08:00
wanglimin
2e25dfc025 revert any to interface{} temporarily to allow builtable with golang-1.17.x
it will be withdrawed if golang upgrade to 1.18.x in the branch
2022-12-21 10:09:27 +08:00
wanglimin
7b6ccd484a initial docker-20.10.21-1 2022-12-20 17:30:52 +08:00