b55fed5ef6
vendor: github.com/moby/moby/api v1.52.0-beta.1, client v0.1.0-beta.0
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
Co-authored-by: Austin Vazquez <austin.vazquez@docker.com >
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-09-05 22:41:03 +02:00
35f5a4313b
vendor: tags.cncf.io/container-device-interface v1.0.1
...
full diff: https://github.com/cncf-tags/container-device-interface/compare/v0.8.1...v1.0.1
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-09-05 21:47:23 +02:00
fef8773bae
vendor: github.com/spf13/cobra v1.10.1
...
full diff: https://github.com/spf13/cobra/compare/v1.9.1...v1.10.1
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-09-04 23:13:26 +02:00
aba5962ffb
vendor: github.com/spf13/pflag v1.0.10
...
full diff: https://github.com/spf13/pflag/compare/v1.0.6...v1.0.10
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-09-04 23:12:13 +02:00
5a2f87f6f6
Merge pull request #6385 from thaJeztah/bump_go_events
...
vendor: github.com/docker/go-events v0.0.0-20250114142523-c867878c5e32
2025-08-27 11:14:04 -07:00
cdf705ce66
vendor: github.com/moby/moby/api, github.com/moby/moby/client master
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-08-27 17:12:11 +02:00
05220c5f19
vendor: github.com/docker/go-events v0.0.0-20250114142523-c867878c5e32
...
full diff: e31b211e4f...c867878c5e
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-08-27 15:51:19 +02:00
10072c3548
vendor: github.com/moby/moby/api, github.com/moby/moby/client 62884141100c
...
full diffs:
- 7145e7666b...6288414110
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-08-27 10:21:32 +02:00
7118f1fb4b
vendor: github.com/moby/moby/api, moby/moby/client 7145e7666b8f (master)
...
full diff:
- https://github.com/docker/docker/compare/api/v1.52.0-alpha.1...7145e7666b8f
- https://github.com/docker/docker/compare/client/v0.1.0-alpha.0...7145e7666b8f
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
WIP latest
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-08-26 20:02:30 +02:00
c7cbac58b3
vendor: golang.org/x/sync v0.16.0
...
Brings in the errgroup implementation for reverted auto-recover from panics.
full diff: https://github.com/golang/sync/compare/v0.14.0...v0.16.0
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-08-22 14:26:38 +02:00
3529651fa7
vendor: github.com/docker/go-connections v0.6.0
...
- deprecate sockets.GetProxyEnv, sockets.DialerFromEnvironment
- add support for unix sockets on Windows
- remove legacy CBC cipher suites from client config
- align client and server defaults to be the same.
- remove support for encrypted TLS private keys.
- nat: optimize ParsePortSpec
full diff: https://github.com/docker/go-connections/compare/v0.5.0...v0.6.0
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-08-11 15:33:22 +02:00
a93ed48d06
vendor: dario.cat/mergo v1.0.2
...
drops gopkg.in/yaml.v3 as dependency
full diff: https://github.com/darccio/mergo/compare/v1.0.1...v1.0.2
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-08-06 01:16:17 +02:00
f9431e3b35
vendor: moby/moby/api v1.52.0-alpha.1, moby/moby/client v0.1.0-alpha.0
...
full diff: 4faedf2bec...37d0204d7f
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-08-05 22:01:50 +02:00
2abcbf842f
cli/connhelper: remove dependency on pkg/process
...
This package will not be included in the api or client modules, and
we're currently only using a single function of it, and only the
unix implementation, so let's fork it for now (although the package
may be moved to moby/sys).
This removes the last dependency on github.com/docker/docker.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-08-05 16:30:09 +02:00
bf16dd1251
vendor: docker/docker, moby/moby/api and moby/moby/client 4faedf2bec36
...
notable changes:
- api: remove deprecated NoBaseImageSpecifier
- api/stdcopy: move to api/pkg/stdcopy
- api/types/container: add aliases for go-connections/nat types
- pkg/progress: move to api/pkg/progress
- pkg/jsonmessage: move JSONError to api/types/jsonstream
- pkg/jsonmessage: move JSONProgress to api/types/jsonstream
- pkg/jsonmessage: move to client/pkg/jsonmessage
- pkg/jsonmessage: remove github.com/morikuni/aec dependency
- pkg/jsonmessage: stop printing deprecated progressDetail, errorDetail,
remove DisplayJSONMessagesToStream and Stream interface
- pkg/streamformatter: move to api/pkg/streamformatter
- pkg/streamformatter: split from pkg/jsonmessage
full diff: 2574c2b2e9...4faedf2bec
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-07-31 17:31:01 +02:00
b6d7ac34be
vendor: docker/docker, moby/moby/api and moby/moby/client 2574c2b2e917
...
notable changes;
- api/types/container: move StateStatus, NewStateStatus internal again
- daemon/server/httputils: remove ContainerDecoder interface
- runconfig: move to daemon/internal/runconfig
- pkg/stack: move to daemon/internal
- remove pkg/stringid as it has moved to the client module
- remove pkg/stdcopy as it has moved to the api module
- pkg/rootless: move to daemon/internal
- move api/types/plugins/logdriver to daemon/internal
- move api/types/plugins/logdriver to daemon/internal
- pkg/system: move to daemon/internal
- remove pkg/fileutils
full diff: 25e2b4d485...2574c2b2e9
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-07-29 18:56:56 +02:00
83e507377a
vendor: docker/docker, moby/moby/api and moby/moby/client 25e2b4d48551
...
notable changes:
- api/types/container.StatsResponseReader: move to client
- api/types: move backend types to daemon/server
- runconfig: remove exported errors
full diff: c4afa77157...25e2b4d485
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-07-29 18:48:18 +02:00
4bd6b6897f
vendor: update docker, api, client to master
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-07-28 08:50:13 +02:00
f6b90bc253
add internal fork of docker/docker/registry
...
This adds an internal fork of [github.com/docker/docker/registry], taken
at commit [moby@f651a5d]. Git history was not preserved in this fork,
but can be found using the URLs provided.
This fork was created to remove the dependency on the "Moby" codebase,
and because the CLI only needs a subset of its features. The original
package was written specifically for use in the daemon code, and includes
functionality that cannot be used in the CLI.
[github.com/docker/docker/registry]: https://pkg.go.dev/github.com/docker/docker@v28.3.2+incompatible/registry
[moby@49306c6]: 49306c607b/registry
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-07-24 19:59:17 +02:00
20181d4363
vendor: github.com/docker/docker master
...
forgot to update this dependency (only updated the api and client)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-07-24 18:12:28 +02:00
fa169b6933
vendor: docker/docker, moby/api, and moby/client master
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-07-24 16:06:08 +02:00
323ef1997f
vendor: docker/docker, moby/api, moby/client to latest
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-07-23 09:45:51 +02:00
644dc16b16
vendor: github.com/docker/docker master (v29.0-dev)
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-07-21 23:04:50 +02:00
8d2ccc128a
add local fork of github.com/docker/docker/builder/remotecontext
...
Adds a local fork of this package for use in the classic builder.
Code was taken at commit [d33d46d01656e1d9ee26743f0c0d7779f685dd4e][1].
Migration was done using the following steps:
# install filter-repo (https://github.com/newren/git-filter-repo/blob/main/INSTALL.md )
brew install git-filter-repo
# create a temporary clone of docker
cd ~/Projects
git clone https://github.com/docker/docker.git build_context_temp
cd build_context_temp
# commit taken from
git rev-parse --verify HEAD
d33d46d01656e1d9ee26743f0c0d7779f685dd4e
git filter-repo --analyze
# remove all code, except for the remotecontext packages, and move to build/internal docs and previous locations of it
git filter-repo \
--path 'builder/remotecontext/git' \
--path 'builder/remotecontext/urlutil' \
--path-rename builder/remotecontext:cli/command/image/build/internal
# go to the target repository
cd ~/go/src/github.com/docker/cli
# create a branch to work with
git checkout -b fork_remotecontext
# add the temporary repository as an upstream and make sure it's up-to-date
git remote add build_context_temp ~/Projects/build_context_temp
git fetch build_context_temp
# merge the upstream code
git merge --allow-unrelated-histories --signoff -S build_context_temp/master
[1]: https://github.com/docker/docker/d33d46d01656e1d9ee26743f0c0d7779f685dd4e
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-07-16 16:18:51 +02:00
76524e7d0e
vendor: github.com/docker/docker v28.3.1
...
no changes in vendored code
full diff: https://github.com/docker/docker/compare/v28.3.0...v28.3.1
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-07-07 15:52:29 +02:00
52e1e4fb21
vendor: github.com/docker/docker v28.3.0
...
no diff; same commit: https://github.com/docker/docker/compare/v28.3.0-rc.2...v28.3.0
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-06-30 09:35:21 +02:00
2d46d162c1
vendor: github.com/docker/docker v28.3.0-rc.2
...
no diff; same commit, but tagged;
https://github.com/docker/docker/compare/265f70964794...v28.3.0-rc.2
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-06-24 16:35:29 +02:00
5bb0d7f70c
vendor: github.com/docker/docker 265f70964794 (v28.3.0-rc.2)
...
full diff: https://github.com/docker/docker/compare/v28.3.0-rc.1...265f709647947fb5a1adf7e4f96f2113dcc377bd
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-06-20 18:25:22 +02:00
575d4af72f
vendor: github.com/docker/docker v28.3.0-rc.1
...
no diff: just tagged; https://github.com/docker/docker/compare/6a1fb46d4805...v28.3.0-rc.1
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-06-20 17:43:37 +02:00
cccf6d8cc4
vendor: github.com/moby/swarmkit/v2 v2.0.0
...
full diff: https://github.com/moby/swarmkit/compare/8c1959736554...v2.0.0
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-06-17 13:26:30 +02:00
4cb0695b49
vendor: github.com/docker/docker v28.3.0-dev (6a1fb46d4805)
...
full diff: https://github.com/docker/docker/compare/v28.2.2...6a1fb46d4805
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com >
2025-06-13 18:23:51 +02:00
59e34093bc
vendor: otel v1.35.0, otel/contrib v0.60.0, grpc v1.72.2
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-06-12 14:16:23 +02:00
a76643bca3
vendor: github.com/prometheus/client_golang v1.22.0
...
full diff: https://github.com/prometheus/client_golang/compare/v1.20.5...v1.22.0
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-06-12 14:12:33 +02:00
f6985b7a27
vendor: google.golang.org/protobuf v1.36.6
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-06-12 14:11:07 +02:00
bab8478ef3
vendor: golang.org/x/sys v0.33.0
...
full diff: https://github.com/golang/sys/compare/v0.32.0...v0.33.0
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-06-12 14:09:24 +02:00
9f82d4a791
vendor: golang.org/x/sync v0.14.0
...
full diff: https://github.com/golang/sync/compare/v0.13.0...v0.14.0
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-06-12 13:54:57 +02:00
473b248260
vendor: github.com/docker/docker v28.2.2
...
no diff; same commit, but tagged:
https://github.com/docker/docker/compare/45873be4ae3f...v28.2.2
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-05-30 17:37:57 +02:00
5c3128e95e
vendor: github.com/docker/docker v28.2.2-dev (45873be4ae3f)
...
full diff: 0e2cc22d36...45873be4ae
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com >
2025-05-30 11:15:35 +02:00
92fa1e1fc9
vendor: github.com/docker/docker 0e2cc22d36ae (v28.2-dev)
...
no changes in vendored code
full diff: 26db31fdab...0e2cc22d36
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-05-28 15:05:58 +02:00
7775f01caa
vendor: github.com/docker/docker 26db31fdab62 (v28.2-dev)
...
full diff: https://github.com/docker/docker/compare/v28.2.0-rc.2...26db31fdab628a2345ed8f179e575099384166a9
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-05-27 09:20:06 +02:00
519bc2daa1
vendor: github.com/docker/docker v28.2.0-rc.2
...
no changes in vendored code
full diff: https://github.com/docker/docker/compare/f4ffeb8c38b3...v28.2.0-rc.2
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-05-26 14:06:52 +02:00
681c705be6
vendor: github.com/docker/docker v28.2.0-dev (f4ffeb8c38b3)
...
full diff: b590eff717...f4ffeb8c38
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com >
2025-05-22 11:38:51 +02:00
63f2984336
vendor: github.com/docker/docker v28.2.0-dev (b590eff717b3)
...
full diff: 8601b22f5d...b590eff717
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com >
2025-05-21 19:45:33 +02:00
af090512a6
Merge pull request #6084 from thaJeztah/bump_engine
...
vendor: github.com/docker/docker 8601b22f5db5 (v28.2-dev)
2025-05-20 10:57:13 +02:00
ed5d9757c9
vendor: github.com/docker/docker 8601b22f5db5 (v28.2-dev)
...
full diff: https://github.com/docker/docker/compare/v28.2.0-rc.1...8601b22f5db511354d643a7722d11d33aa7ae13f
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-05-19 22:47:14 +02:00
89f38282fd
vendor: github.com/docker/docker v28.2.0-rc.1
...
no diff: same commit, but tagged
full diff: https://github.com/docker/docker/compare/7937f0846c13...v28.2.0-rc.1
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-05-19 22:40:55 +02:00
915b3fe992
vendor: github.com/docker/cli-docs-tool v0.10.0
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-05-19 17:44:21 +02:00
4665398a06
vendor: github.com/docker/docker 7937f0846c13 (master, v28.x dev)
...
full diff: 4b9f0707a0...7937f0846c
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-05-19 14:07:50 +02:00
8c8a81eaea
vendor: github.com/docker/docker v28.2.0-dev (4b9f0707a039)
...
full diff: b45aa469ca...4b9f0707a0
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com >
2025-05-16 21:12:49 +02:00
be03dc9ce7
vendor: github.com/docker/docker v28.2.0-dev (b45aa469cac7)
...
full diff: c04dec1143...b45aa469ca
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com >
2025-05-16 19:35:27 +02:00