[PATCH 2/3] docker-moby: Update docker cli
| Newsgroups | org.yoctoproject.lists.meta-virtualization |
|---|---|
| Message-ID | <20260216-upstream-update-docker-moby-v1-2-8ddcc5b7ff63@non.se.com> |
From: Félix Piédallu <[email protected]> Bumping docker-cli to version v25.0.7-10-g43987fca48, which comprises the following commits: cdbfdc6025 update xx to v1.6.1 for compatibility with alpine 3.21 4b0e7ba9db Dockerfile: update xx to v1.5.0 d661d0449f Dockerfile: update to xx 1.4.0 190ebb5036 update to go1.22.10 0a98cba34b gha: update to macOS 13, add macOS 14 arm64 (Apple Silicon M1) 8b446aa5d0 update to go1.22.9 a0f4097740 docs: dockerd: add documentation for --log-format option 11634426e8 man: dockerd: add description for --log-format option 024b3c1e9b volume/update: require 1 argument/fix panic 718cd79a8a ci: update to go1.22.8 24c47bad80 gha: update codeql workflow to go1.22.7 52037f602b update to go1.22.7 b26009a92b update to go1.22.6 8a604b18a3 update to go1.21.13 06e1305fd7 scripts/build/plugins: don't override CGO_ENABLED set by .variables a73610dc4f run: fix GetList return empty issue for throttledevice 1924acea45 gha: set permissions to read-only by default 6fb9a5b264 tests: fix other flaky `connhelper` tests 956c112f16 tests: fix flaxy `TestCloseRunningCommand` test 02b482013c vendor: golang.org/x/net v0.23.0 e2dad1bd3f vendor: golang.org/x/net v0.22.0, golang.org/x/crypto v0.21.0 df5d652d99 vendor: golang.org/x/term v0.18.0 82a04c86b3 vendor: golang.org/x/sys v0.18.0 26850c6a89 ci/validate-pr: Use `::error::` command to print errors 73b9f1c0fb github/ci: Check if backport is opened against the expected branch de7a473c43 ci: Require changelog description ef3b190da3 ci: set DISABLE_WARN_OUTSIDE_CONTAINER=1 for CodeQL action 7e4a7b5477 ci: fix CodeQL 2.16.4 autobuild 0dd60b064f update to go1.21.12 a90d08534b Dockerfile: update ALPINE_VERSION to 3.20 1fbc90faf7 update to go1.21.11 c5aee98be7 update to go1.21.10 d379797cec gha: update to actions/upload-artifact@v4 f2918727a6 update to go1.21.9 c2be159764 vendor: github.com/docker/docker e63daec8672d (v25.0.5-dev) 690b1565fb bake: Add `windows/arm64` target to bin-image-cross 833128bce5 vendor: github.com/docker/docker 061aa95809be396a6 ce113a74af vendor: github.com/docker/docker 9e526bc3943c a3b6c9ea7e update to go1.21.8 956d15c723 Cleanup of dockerfiles, compose files and env vars 5a942fadcf Update gha runners and engines used in e2e tests 592c146cca testenv: Add DaemonAPIVersion helper 0735e78cc9 vendor: github.com/docker/docker 25.0.4-51e876cd96 e0dab5ce1e Dockerfile: update docker compose to v2.24.3 a25a9100f3 Minor test fixes necessary for eventually upgrading ci runners and engine version c87c4c96ec update to go1.21.7 c270556d44 Fixed typo in bash completion functions 1cddb2b03d docker stack: allow '=' separator in extra_hosts 8715d9a33a Avoid keeping @docker_cli_[UUID] files 9142b58351 docs: regenerate markdown 08eba2246c docs: update url scheme for reference docs 4fd2cf5f2d deps: update cli-docs-tool version (v0.7.0) e456704864 vendor: github.com/docker/docker v25.0.3 5428301e3f build(deps): Bump codecov/codecov-action from 3 to 4 1cbc218c05 tests: add plugin-socket-compatibility tests 2f6b5ada71 scripts: don't hardcode architecture in e2e script d8e07c9c47 tests: add tests for `cli-plugins/socket` 62b2963b80 vendor: github.com/docker/docker v25.0.2 71f2b0d109 vendor: github.com/docker/docker v25.0.1 617bc98c8d Add Linode docker volume plugin 4caf4de039 docs: update host-gateway-ip to use daemon.json instead of cli flag 6ab4781bd0 Dockerfile: update docker compose to v2.24.2 4e097c643d socket: return from loop after EOF Signed-off-by: Félix Piédallu <[email protected]> --- recipes-containers/docker/docker-moby_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-containers/docker/docker-moby_git.bb b/recipes-containers/docker/docker-moby_git.bb index 216353bd..dd6dac05 100644 --- a/recipes-containers/docker/docker-moby_git.bb +++ b/recipes-containers/docker/docker-moby_git.bb @@ -46,7 +46,7 @@ DESCRIPTION = "Linux container runtime \ SRCREV_moby = "f417435e5f6216828dec57958c490c4f8bae4f98" SRCREV_libnetwork = "3797618f9a38372e8107d8c06f6ae199e1133ae8" -SRCREV_cli = "01f933261885c0126edb3f47fd56d048ae31265a" +SRCREV_cli = "43987fca488a535d810c429f75743d8c7b63bf4f" SRCREV_FORMAT = "moby_libnetwork" SRC_URI = "\ git://github.com/moby/moby.git;branch=25.0;name=moby;protocol=https \ -- 2.52.0