openwrt / packages

Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md
GNU General Public License v2.0
3.96k stars 3.46k forks source link

[23.05]docker: Update to 27.0.3 #24480

Closed p-w-p closed 2 months ago

p-w-p commented 3 months ago

Maintainer: @G-M0N3Y-2503 Compile tested: all supported targets Run tested: N/A

Description: runc: Update to 1.1.13 This is the thirteenth patch release in the 1.1.z release branch of runc. It brings in Go 1.22.x compatibility and fixes a few issues, including an occasional wrong nofile rlimit in runc exec, and a race between runc list and runc delete. For more information, visit https://github.com/opencontainers/runc/releases/tag/v1.1.13

containerd: Update to 1.7.18 Update Go version to 1.21.11 (https://github.com/containerd/containerd/pull/10298) Remove uses of alias (https://github.com/containerd/containerd/pull/10277platforms.Platform) Migrate log imports to (https://github.com/containerd/containerd/pull/10269github.com/containerd/log) Migrate errdefs package to (https://github.com/containerd/containerd/pull/10266github.com/containerd/errdefs) Fix usage of "unknown" platform (https://github.com/containerd/containerd/pull/10261) For more information, visit https://github.com/containerd/containerd/compare/v1.7.15...v1.7.18

docker: Update to 27.0.3 For more information, visit https://github.com/docker/cli/compare/v26.1.0...v27.0.3

dockerd: Update to 27.0.3 For more information, visit https://github.com/moby/moby/compare/v26.1.0...v27.0.3

vincejv commented 3 months ago

@p-w-p might want to rebase this to 27.0.3

p-w-p commented 3 months ago

@p-w-p might want to rebase this to 27.0.3

Waiting for https://github.com/openwrt/packages/pull/24497

vincejv commented 2 months ago

Just a quick note, you will lose ipv6 connectivity on LAN due a to breaking change in Docker 27.x

See my reply here for a temp workaround https://github.com/openwrt/packages/issues/24492#issuecomment-2211353058