Sebastiaan van Stijn
9348385006
vendor: github.com/docker/docker v27.4.0-rc.3
...
no changes in vendored code
full diff: https://github.com/docker/docker/compare/v27.4.0-rc.2...v27.4.0-rc.3
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2024-11-29 23:23:05 +01:00
Sebastiaan van Stijn and GitHub
9ea09fd364
Merge pull request #5652 from vvoland/5651-27.x
...
build / prepare (push) Has been cancelled
build / build (push) Has been cancelled
build / bin-image (push) Has been cancelled
build / prepare-plugins (push) Has been cancelled
build / plugins (push) Has been cancelled
codeql / codeql (push) Has been cancelled
e2e / e2e (alpine, 23, connhelper-ssh) (push) Has been cancelled
e2e / e2e (alpine, 23, experimental) (push) Has been cancelled
e2e / e2e (alpine, 23, non-experimental) (push) Has been cancelled
e2e / e2e (alpine, 26.1, connhelper-ssh) (push) Has been cancelled
e2e / e2e (alpine, 26.1, experimental) (push) Has been cancelled
e2e / e2e (alpine, 26.1, non-experimental) (push) Has been cancelled
e2e / e2e (alpine, 27, connhelper-ssh) (push) Has been cancelled
e2e / e2e (alpine, 27, experimental) (push) Has been cancelled
e2e / e2e (alpine, 27, non-experimental) (push) Has been cancelled
e2e / e2e (debian, 23, connhelper-ssh) (push) Has been cancelled
e2e / e2e (debian, 23, experimental) (push) Has been cancelled
e2e / e2e (debian, 23, non-experimental) (push) Has been cancelled
e2e / e2e (debian, 26.1, connhelper-ssh) (push) Has been cancelled
e2e / e2e (debian, 26.1, experimental) (push) Has been cancelled
e2e / e2e (debian, 26.1, non-experimental) (push) Has been cancelled
e2e / e2e (debian, 27, connhelper-ssh) (push) Has been cancelled
e2e / e2e (debian, 27, experimental) (push) Has been cancelled
e2e / e2e (debian, 27, non-experimental) (push) Has been cancelled
test / ctn (push) Has been cancelled
test / host (macos-13) (push) Has been cancelled
test / host (macos-14) (push) Has been cancelled
validate / validate (lint) (push) Has been cancelled
validate / validate (shellcheck) (push) Has been cancelled
validate / validate (update-authors) (push) Has been cancelled
validate / validate (validate-vendor) (push) Has been cancelled
validate / validate-md (push) Has been cancelled
validate / validate-make (manpages) (push) Has been cancelled
validate / validate-make (yamldocs) (push) Has been cancelled
[27.x backport] cli-plugins: Fix searching inaccessible directories
v27.4.0-rc.3
2024-11-29 15:54:54 +01:00
Sebastiaan van Stijn and GitHub
0c9e0b43ce
Merge pull request #5658 from thaJeztah/27.x_backport_docs-fix-screwy-dockerd-rendering
...
[27.x backport] docs: fix janky rendering of toc on docs.docker.com
2024-11-29 15:54:17 +01:00
David Karlsson and Sebastiaan van Stijn
f4fec76472
docs: fix janky rendering of toc on docs.docker.com
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com >
(cherry picked from commit 0f058041c4 )
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2024-11-29 14:50:48 +01:00
Sebastiaan van Stijn and GitHub
6fd48251ce
Merge pull request #5654 from Benehiko/fix-run-ctx-27.x
...
[27.x backport] fix: ctx on run image pull
2024-11-29 14:47:53 +01:00
Alano Terblanche
530cf098de
test: run does not have error status on 27.x branch
...
Signed-off-by: Alano Terblanche <18033717+Benehiko@users.noreply.github.com >
2024-11-29 14:27:35 +01:00
Alano Terblanche
26da5bf025
fix: ctx should cancel image pull on run
...
This patch fixes the context cancellation
behaviour for the `runContainer` function,
specifically the `createContainer` function
introduced in this commit https://github.com/docker/cli/commit/991b1303daec833d662ec54002d1b34c8805afab .
It delays stripping the `cancel` from the context
passed into the `runContainer` function so that
the `createContainer` function can be cancelled
gracefully by a SIGTERM/SIGINT.
This is especially true when the requested image
does not exist and `docker run` needs to `pull`
the image before creating the container.
Although this patch does gracefully cancel
the `runContainer` function it does not address
the root cause. Some functions in the call path
are not context aware, such as `pullImage`.
Future work would still be necessary to ensure
a consistent behaviour in the CLI.
Signed-off-by: Alano Terblanche <18033717+Benehiko@users.noreply.github.com >
(cherry picked from commit 30a73ff19c )
Signed-off-by: Alano Terblanche <18033717+Benehiko@users.noreply.github.com >
2024-11-29 14:27:24 +01:00
Paweł Gronowski
790d09e8dc
cli-plugins: Simplify addPluginCandidatesFromDir
...
The returned error is always nil now, so just remove it.
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com >
(cherry picked from commit fcd94feefb )
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com >
2024-11-28 14:34:24 +01:00
Paweł Gronowski
5476e9e1dc
cli-plugins: Fix searching inaccessible directories
...
Fix a case where one inaccessible plugin search path stops the whole
search and prevents latter paths from being scanned.
Remove a preliminary `Stat` call that verifies whether path is an actual
directory and is accessible.
It's unneeded and doesn't actually check whether the directory can be
listed or not.
`os.ReadDir` will fail in such case anyway, so just attempt to do that
and ignore any encountered error, instead of erroring out the whole
plugin candidate listing.
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com >
(cherry picked from commit 6de3d71ab6 )
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com >
2024-11-28 14:34:22 +01:00
Sebastiaan van Stijn and GitHub
ce03e25b14
Merge pull request #5640 from austinvazquez/cherry-pick-07e5ddd05441340dd044c14019dca22fe024a111-to-27.x
...
[27.x backport] update golangci-lint to v1.62.0
2024-11-22 18:25:07 +01:00
Sebastiaan van Stijn and Austin Vazquez
47a4f70d8a
update golangci-lint to v1.62.0
...
full diff: https://github.com/golangci/golangci-lint/compare/v1.61.0...v1.62.0
Changelog: https://golangci-lint.run/product/changelog/#v1620
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
(cherry picked from commit 07e5ddd054 )
Signed-off-by: Austin Vazquez <macedonv@amazon.com >
2024-11-22 01:11:55 +00:00
Paweł Gronowski and GitHub
fa845f4a3c
Merge pull request #5623 from thaJeztah/27.x_bump_moby_27.4.0-rc.2-dev
...
[27.x] vendor: github.com/docker/docker v27.4.0-rc.2
2024-11-20 11:57:02 +01:00
Sebastiaan van Stijn
6b9fb59d31
[27.x] vendor: github.com/docker/docker v27.4.0-rc.2
...
no changes in vendored code
full diff: https://github.com/docker/docker/compare/v27.4.0-rc.1...v27.4.0-rc.2
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2024-11-19 20:38:39 +01:00
Laura Brehm and GitHub
af56ef5b07
Merge pull request #5635 from thaJeztah/27.x_backport_improve_noflickr
build / prepare (push) Has been cancelled
build / build (push) Has been cancelled
build / bin-image (push) Has been cancelled
build / prepare-plugins (push) Has been cancelled
build / plugins (push) Has been cancelled
codeql / codeql (push) Has been cancelled
e2e / e2e (alpine, 23, connhelper-ssh) (push) Has been cancelled
e2e / e2e (alpine, 23, experimental) (push) Has been cancelled
e2e / e2e (alpine, 23, non-experimental) (push) Has been cancelled
e2e / e2e (alpine, 26.1, connhelper-ssh) (push) Has been cancelled
e2e / e2e (alpine, 26.1, experimental) (push) Has been cancelled
e2e / e2e (alpine, 26.1, non-experimental) (push) Has been cancelled
e2e / e2e (alpine, 27, connhelper-ssh) (push) Has been cancelled
e2e / e2e (alpine, 27, experimental) (push) Has been cancelled
e2e / e2e (alpine, 27, non-experimental) (push) Has been cancelled
e2e / e2e (debian, 23, connhelper-ssh) (push) Has been cancelled
e2e / e2e (debian, 23, experimental) (push) Has been cancelled
e2e / e2e (debian, 23, non-experimental) (push) Has been cancelled
e2e / e2e (debian, 26.1, connhelper-ssh) (push) Has been cancelled
e2e / e2e (debian, 26.1, experimental) (push) Has been cancelled
e2e / e2e (debian, 26.1, non-experimental) (push) Has been cancelled
e2e / e2e (debian, 27, connhelper-ssh) (push) Has been cancelled
e2e / e2e (debian, 27, experimental) (push) Has been cancelled
e2e / e2e (debian, 27, non-experimental) (push) Has been cancelled
test / ctn (push) Has been cancelled
test / host (macos-13) (push) Has been cancelled
test / host (macos-14) (push) Has been cancelled
validate / validate (lint) (push) Has been cancelled
validate / validate (shellcheck) (push) Has been cancelled
validate / validate (update-authors) (push) Has been cancelled
validate / validate (validate-vendor) (push) Has been cancelled
validate / validate-md (push) Has been cancelled
validate / validate-make (manpages) (push) Has been cancelled
validate / validate-make (yamldocs) (push) Has been cancelled
v27.4.0-rc.2
2024-11-19 13:58:27 +01:00
Giedrius Jonikas and Sebastiaan van Stijn
39d73afbdd
Optimise docker stats to not require clearing the whole screen
...
Instead of clearing the whole screen and then writing the new stats,
we now write the new stats on top of the old text, and then clear
the remaining text.
This is a more efficient way to update the stats, as it avoids the
flickering that happens when the screen is cleared and rewritten.
Signed-off-by: Giedrius Jonikas <giedriusj1@gmail.com >
(cherry picked from commit cb2f95ceee )
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2024-11-19 12:49:28 +01:00
Sebastiaan van Stijn and GitHub
c6537362af
Merge pull request #5631 from thaJeztah/27.x_bump_grpc
...
[27.x] vendor: google.golang.org/grpc v1.66.3
2024-11-19 09:55:33 +01:00
Sebastiaan van Stijn
877668c92a
[27.x] vendor: google.golang.org/grpc v1.66.3
...
- transport: Fix reporting of bytes read while reading headers
- xds/server: Fix xDS Server leak
full diff: https://github.com/grpc/grpc-go/compare/v1.66.2...v1.66.3
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2024-11-19 00:42:16 +01:00
Sebastiaan van Stijn and GitHub
8d1bacae3e
Merge pull request #5622 from thaJeztah/27.x_backport_update_buildtags
...
[27.x backport] update go:build tags to use go1.22, fix missing go:build tag
2024-11-15 11:25:12 +01:00
Sebastiaan van Stijn
cfe6090d5d
cli/command/container: fix missing go:build tag
...
make shell
make -C ./internal/gocompat/
GO111MODULE=on go test -v
# github.com/docker/cli/cli/command/container
../../cli/command/container/completion.go:37:28: implicit function instantiation requires go1.18 or later (-lang was set to go1.16; check go.mod)
../../cli/command/container/completion.go:82:25: implicit function instantiation requires go1.18 or later (-lang was set to go1.16; check go.mod)
../../cli/command/container/completion.go:92:27: implicit function instantiation requires go1.18 or later (-lang was set to go1.16; check go.mod)
FAIL gocompat [build failed]
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
(cherry picked from commit d1d5353269 )
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2024-11-15 11:10:46 +01:00
Sebastiaan van Stijn
3df40364f6
update go:build tags to use go1.22
...
commit 4a7b04d412 configured golangci-lint
to use go1.23 semantics, which enabled the copyloopvar linter.
go1.22 now creates a copy of variables when assigned in a loop; make sure we
don't have files that may downgrade semantics to go1.21 in case that also means
disabling that feature; https://go.dev/ref/spec#Go_1.22
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
(cherry picked from commit 7c80e4f938 )
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2024-11-15 11:10:35 +01:00
Paweł Gronowski and GitHub
c5d93f53a7
Merge pull request #5619 from thaJeztah/27.x_bump_moby_27.4.0-rc.1
...
[27.x] vendor: github.com/docker/docker v27.4.0-rc.1
2024-11-15 09:25:00 +00:00
Sebastiaan van Stijn
a4dc3d78e5
vendor: github.com/docker/docker v27.4.0-rc.1
...
no diff, as it's the same commit, but tagged:
https://github.com/docker/docker/compare/5765e9f35b00...v27.4.0-rc.1
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2024-11-14 23:14:39 +01:00
Sebastiaan van Stijn and GitHub
75876b4e20
Merge pull request #5618 from thaJeztah/27.x_backport_container_completions
...
build / prepare (push) Has been cancelled
build / build (push) Has been cancelled
build / bin-image (push) Has been cancelled
build / prepare-plugins (push) Has been cancelled
build / plugins (push) Has been cancelled
codeql / codeql (push) Has been cancelled
e2e / e2e (alpine, 23, connhelper-ssh) (push) Has been cancelled
e2e / e2e (alpine, 23, experimental) (push) Has been cancelled
e2e / e2e (alpine, 23, non-experimental) (push) Has been cancelled
e2e / e2e (alpine, 26.1, connhelper-ssh) (push) Has been cancelled
e2e / e2e (alpine, 26.1, experimental) (push) Has been cancelled
e2e / e2e (alpine, 26.1, non-experimental) (push) Has been cancelled
e2e / e2e (alpine, 27, connhelper-ssh) (push) Has been cancelled
e2e / e2e (alpine, 27, experimental) (push) Has been cancelled
e2e / e2e (alpine, 27, non-experimental) (push) Has been cancelled
e2e / e2e (debian, 23, connhelper-ssh) (push) Has been cancelled
e2e / e2e (debian, 23, experimental) (push) Has been cancelled
e2e / e2e (debian, 23, non-experimental) (push) Has been cancelled
e2e / e2e (debian, 26.1, connhelper-ssh) (push) Has been cancelled
e2e / e2e (debian, 26.1, experimental) (push) Has been cancelled
e2e / e2e (debian, 26.1, non-experimental) (push) Has been cancelled
e2e / e2e (debian, 27, connhelper-ssh) (push) Has been cancelled
e2e / e2e (debian, 27, experimental) (push) Has been cancelled
e2e / e2e (debian, 27, non-experimental) (push) Has been cancelled
test / ctn (push) Has been cancelled
test / host (macos-13) (push) Has been cancelled
test / host (macos-14) (push) Has been cancelled
validate / validate (lint) (push) Has been cancelled
validate / validate (shellcheck) (push) Has been cancelled
validate / validate (update-authors) (push) Has been cancelled
validate / validate (validate-vendor) (push) Has been cancelled
validate / validate-md (push) Has been cancelled
validate / validate-make (manpages) (push) Has been cancelled
validate / validate-make (yamldocs) (push) Has been cancelled
[27.x backport] Improve Cobra completions for run and create
v27.4.0-rc.1
2024-11-14 18:25:35 +01:00
Sebastiaan van Stijn and GitHub
69bc2b1f0c
Merge pull request #5545 from thaJeztah/27.x_vendor_moby
...
[27.x] vendor: github.com/docker/docker 5765e9f35b00 (v27.4-dev)
2024-11-14 18:25:03 +01:00
Harald Albers and Sebastiaan van Stijn
955e003345
Handle null completions with a default callback
...
Credits to thaJeztah
Signed-off-by: Harald Albers <github@albersweb.de >
(cherry picked from commit 06260e68f3 )
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2024-11-14 17:04:55 +01:00
Harald Albers and Sebastiaan van Stijn
ce77f4a545
Add completion for --volume-driver
...
Signed-off-by: Harald Albers <github@albersweb.de >
(cherry picked from commit 4525fe37b4 )
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2024-11-14 17:04:54 +01:00
Harald Albers and Sebastiaan van Stijn
e20bcf3565
Add completion for --cgroupns
...
Signed-off-by: Harald Albers <github@albersweb.de >
(cherry picked from commit db0ed1e216 )
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2024-11-14 17:04:54 +01:00
Harald Albers and Sebastiaan van Stijn
78544cd587
Add completion for --uts
...
Signed-off-by: Harald Albers <github@albersweb.de >
(cherry picked from commit 2915749279 )
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2024-11-14 17:04:54 +01:00
Harald Albers and Sebastiaan van Stijn
d11291966d
Add completion for --log-driver and --log-opt
...
Signed-off-by: Harald Albers <github@albersweb.de >
(cherry picked from commit 3a2503fa43 )
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2024-11-14 17:04:54 +01:00
Harald Albers and Sebastiaan van Stijn
25ff89519f
Add completion for --security-opt
...
Signed-off-by: Harald Albers <github@albersweb.de >
(cherry picked from commit 9a9ae231a9 )
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2024-11-14 17:04:54 +01:00
Harald Albers and Sebastiaan van Stijn
83303411ee
Add completion for --detach-keys
...
Signed-off-by: Harald Albers <github@albersweb.de >
(cherry picked from commit 5f7c43e5e6 )
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2024-11-14 17:04:53 +01:00
Harald Albers and Sebastiaan van Stijn
e25548d1c6
Add completion for --userns
...
Signed-off-by: Harald Albers <github@albersweb.de >
(cherry picked from commit 3292afe6e6 )
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2024-11-14 17:04:53 +01:00
Harald Albers and Sebastiaan van Stijn
99e60c4e39
Add completion for --ulimit
...
Signed-off-by: Harald Albers <github@albersweb.de >
(cherry picked from commit 5d709a8d9f )
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2024-11-14 17:04:53 +01:00
Harald Albers and Sebastiaan van Stijn
6d087eb91b
Add completion for --storage-opt
...
Signed-off-by: Harald Albers <github@albersweb.de >
(cherry picked from commit 2d89339b34 )
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2024-11-14 17:04:53 +01:00
Harald Albers and Sebastiaan van Stijn
83f79c3e86
Add completion for --pid
...
Signed-off-by: Harald Albers <github@albersweb.de >
(cherry picked from commit ac7bde6f64 )
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2024-11-14 17:04:48 +01:00
Harald Albers and Sebastiaan van Stijn
6f439ea4a4
Add completion for --link
...
Signed-off-by: Harald Albers <github@albersweb.de >
(cherry picked from commit e513454244 )
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2024-11-14 17:00:47 +01:00
Harald Albers and Sebastiaan van Stijn
7e35be13ea
Add completion for --ipc
...
Signed-off-by: Harald Albers <github@albersweb.de >
(cherry picked from commit c555327f0b )
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2024-11-14 17:00:47 +01:00
Harald Albers and Sebastiaan van Stijn
f9ccc50304
Add completion for --attach
...
Signed-off-by: Harald Albers <github@albersweb.de >
(cherry picked from commit b598ec8cdb )
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2024-11-14 17:00:47 +01:00
Harald Albers and Sebastiaan van Stijn
38e37778b0
Share the container completions
...
Signed-off-by: Harald Albers <github@albersweb.de >
(cherry picked from commit 761d76750c )
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2024-11-14 17:00:47 +01:00
Sebastiaan van Stijn
49b6551e97
[27.x] vendor: github.com/docker/docker 5765e9f35b00 (v27.4-dev)
...
full diff: https://github.com/docker/docker/compare/v27.3.1...5765e9f35b0016dbd931efe9f23cb6bfc7b00bc3
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2024-11-14 16:53:27 +01:00
Sebastiaan van Stijn and GitHub
fd53fe7f47
Merge pull request #5613 from thaJeztah/27.x_backport_bump_golangci_lint
...
[27.x backport] bump golangci-lint to v1.61.0 and cleanup config
2024-11-14 16:48:41 +01:00
Laura Brehm and GitHub
929e861812
Merge pull request #5614 from thaJeztah/27.x_backport_completion-events--filter
2024-11-14 15:42:28 +00:00
Harald Albers and Sebastiaan van Stijn
8caf347188
Add tests for completions that call the API
...
Some small adjustments for this branch due to some times being renamed
in master;
63.76 cli/command/system/cmd.go:1: : # github.com/docker/cli/cli/command/system [github.com/docker/cli/cli/command/system.test]
63.76 cli/command/system/client_test.go:22:79: undefined: container.Summary
63.76 cli/command/system/client_test.go:38:103: undefined: container.Summary
63.76 cli/command/system/client_test.go:42:21: undefined: container.Summary
63.76 cli/command/system/completion_test.go:30:86: undefined: container.Summary
63.76 cli/command/system/completion_test.go:31:25: undefined: container.Summary
63.76 cli/command/system/completion_test.go:42:86: undefined: container.Summary (typecheck)
Signed-off-by: Harald Albers <github@albersweb.de >
(cherry picked from commit e1c5180dba )
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2024-11-14 14:55:02 +01:00
Harald Albers and Sebastiaan van Stijn
9e7d01bfb3
Add completion for events --filter
...
Signed-off-by: Harald Albers <github@albersweb.de >
(cherry picked from commit d4f4cf1418 )
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2024-11-14 14:53:54 +01:00
Sebastiaan van Stijn and GitHub
8be6bec27d
Merge pull request #5611 from thaJeztah/27.x_backport_login_minor_refactor
...
[27.x backport] cli/command: PromptUserForCredentials: assorted minor improvements and (linting) fixes
2024-11-14 14:51:17 +01:00
Sebastiaan van Stijn and GitHub
d515955b62
Merge pull request #5616 from thaJeztah/27.x_backport_bump_compose_buildx
...
[27.x backport] Dockerfile: update buildx to v0.18.0, compose to v2.30.3
2024-11-14 14:42:31 +01:00
Sebastiaan van Stijn and GitHub
d5b327258f
Merge pull request #5612 from thaJeztah/27.x_backport_docs
...
[27.x backport] assorted docs updates
2024-11-14 10:42:14 +01:00
Sebastiaan van Stijn
9128f7b2d5
Dockerfile: update compose to v2.30.3
...
Update the compose cli plugin used in the dev-container
full diff: https://github.com/docker/compose/compare/v2.29.7...v2.30.3
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
(cherry picked from commit 3dd7621240 )
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2024-11-14 10:37:44 +01:00
Sebastiaan van Stijn
0529d64f7f
Dockerfile: update buildx to v0.18.0
...
Update the buildx cli plugin used in the dev-container
full diff: https://github.com/docker/buildx/compare/0.17.1..0.18.0
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
(cherry picked from commit 4242cda826 )
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2024-11-14 10:37:44 +01:00
Sebastiaan van Stijn and GitHub
2958a27e0f
Merge pull request #5610 from thaJeztah/27.x_backport_moby_deps
...
[27.x backport] dependency updates for moby/moby
2024-11-14 10:27:53 +01:00