f3deb28111
vendor: github.com/docker/docker v28.1.1
...
full diff: https://github.com/docker/docker/compare/v28.1.0...v28.1.1
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com >
2025-04-18 13:46:36 +02:00
fc04a49c35
vendor: github.com/docker/docker 3f46cadf398a (master, v28.0.0-rc.2)
...
full diff: https://github.com/docker/docker/compare/v28.1.0-rc.1...3f46cadf398abdf3196230fea41dac96b5d4016e
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-04-16 14:22:08 +02:00
e7a091eceb
vendor: github.com/moby/go-archive v0.1.0
...
full diff: https://github.com/moby/go-archive/compare/21f3f3385ab7...v0.1.0
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-04-16 13:08:08 +02:00
ec9e729f76
vendor: github.com/docker/docker v28.1.0-dev (250792c1a540)
...
full diff: 511cd1c0a7...250792c1a5
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com >
2025-04-11 15:23:24 +02:00
4530417f6b
vendor: github.com/docker/docker 511cd1c0a736 (master, v28.x-dev)
...
full diff: 185651d26b...511cd1c0a7
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-04-10 22:03:48 +02:00
342a01a9ff
migrate to use github.com/moby/go-archive
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-04-09 13:18:58 +02:00
2bf317ad5f
vendor: github.com/docker/docker 185651d26bc6 (master, v28.0-dev)
...
full diff: https://github.com/moby/moby/compare/v28.0.4...185651d26bc6281b199a5b7ff1942b53e4f17b96
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
vendor: moby with atomicwriter
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-04-07 19:20:39 +02:00
90b48f8eb5
Merge pull request #5988 from thaJeztah/bump_sys_user_0.4.0
...
vendor: github.com/moby/sys/user v0.4.0
2025-04-07 09:37:14 +02:00
763be9b3f8
Merge pull request #5990 from thaJeztah/bump_compress
...
vendor: github.com/klauspost/compress v1.18.0
2025-04-07 09:36:52 +02:00
77f40b8e99
vendor: github.com/klauspost/compress v1.18.0
...
full diff: https://github.com/klauspost/compress/compare/v1.17.11...v1.18.0
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-04-05 16:40:12 +02:00
205241bcc6
vendor: github.com/google/go-cmp v0.7.0
...
full diff: https://github.com/google/go-cmp/v0.6.0...v0.7.0
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-04-05 16:38:43 +02:00
edd2f7d9fb
vendor: github.com/moby/sys/user v0.4.0
...
full diff: https://github.com/moby/sys/compare/user/v0.3.0...user/v0.4.0
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-04-04 22:01:29 +02:00
b5ca7e8e6b
vendor: github.com/docker/docker v28.0.3-dev (330857ad0ffb)
...
full diff: https://github.com/docker/docker/compare/v28.0.2...330857ad0ffb
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com >
2025-03-25 10:30:54 +01:00
7607c3f945
vendor: github.com/spf13/cobra v1.9.1
...
full diff: https://github.com/spf13/cobra/compare/v1.8.1...v1.9.1
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-03-21 20:30:54 +01:00
47775a8fa0
docs: include required tools in source tree
...
In order to be able to build the documentation without internet access
(as is required by some distribution build systems), all of the source
code needed for the build needs to be available in the source tarball.
This used to be possible with the docker-cli sources but was
accidentally broken with some CI changes that switched to downloading
the tools (by modifying go.mod as part of the docs build script).
This pattern also maked documentation builds less reproducible since the
tool version used was not based on the source code version.
Fixes: 7dc35c03fc ("validate manpages target")
Fixes: a650f4ddd0 ("switch to cli-docs-tool for yaml docs generation")
Signed-off-by: Aleksa Sarai <cyphar@cyphar.com >
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-03-21 00:13:56 +01:00
cab5164877
vendor: github.com/docker/docker v28.0.2-dev (bea4de25004d)
...
full diff: https://github.com/docker/docker/compare/v28.0.1...bea4de25004d
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com >
2025-03-19 13:21:19 +01:00
b2a669fb56
vendor: github.com/docker/docker-credential-helpers v0.9.2
...
full diff: https://github.com/docker/docker-credential-helpers/compare/v0.8.2...v0.9.2
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-03-05 22:38:56 +01:00
75595836f2
vendor: github.com/go-jose/go-jose/v4 v4.0.5
...
- Don't allow unbounded amounts of splits.
Fixes GHSA-c6gw-w398-hv78 / CVE-2025-27144
- Various other dependency updates, small fixes, and documentation
updates in the full changelog
full diff: https://github.com/go-jose/go-jose/compare/v4.0.4...v4.0.5
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-02-25 11:55:06 +01:00
fe349e6a6c
vendor: github.com/docker/docker 00ab386b5a2e (master, v28.0.0-rc.3)
...
no code changes, only updated swagger (docs)
full diff: https://github.com/docker/docker/compare/v28.0.0-rc.2...00ab386b5a2e
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com >
2025-02-18 23:04:48 +01:00
1d3eb6f95b
vendor: github.com/docker/docker 5cc3f1dab895 (master, v28.0.0-rc.2)
...
full diff: b570831cc3...5cc3f1dab8
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-02-14 19:22:53 +01:00
c6a7f9a646
vendor: github.com/docker/docker b570831cc3a3 (master, v28.0.0-rc.2)
...
full diff: https://github.com/docker/docker/compare/v28.0.0-rc.1...b570831cc3a3fcfe4edc96af4c249199b019c7dd
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-02-11 18:06:55 +01:00
558ebd5922
vendor: github.com/spf13/pflag v1.0.6, remove local IPNetSliceVar fork
...
- Add exported functions to preserve pkg/flag compatibility
- Add IPNetSlice and unit tests
- Revert the local fork added in 80a2256478 ,
which was pending the upstream feature to be shipped in a release.
full diff: https://github.com/spf13/pflag/compare/v1.0.5...v1.0.6
Revert "Swarm init: use local IPNetSliceValue"
This reverts commit 80a2256478 .
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-02-11 12:19:51 +01:00
01da8a582f
vendor: github.com/docker/docker 6c3797923dcb (master, v28.0-dev)
...
full diff: 6968719093...6c3797923d
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-02-06 19:16:50 +01:00
2f42b32722
vendor: otel v0.56.0 / v1.31.0
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-01-14 19:09:03 +01:00
3d9b861165
vendor: github.com/mattn/go-runewidth v0.0.16
...
adds support for Unicode 15.1.0
full diff: https://github.com/mattn/go-runewidth/compare/v0.0.15...v0.0.16
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-01-14 15:18:35 +01:00
aa540679e4
vendor: github.com/containerd/platforms v1.0.0-rc.1
...
full diff: https://github.com/containerd/platforms/compare/v0.2.1...v1.0.0-rc.1
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-01-14 14:28:53 +01:00
d3ca995857
vendor: github.com/creack/pty v1.1.24
...
full diff: https://github.com/creack/pty/compare/v1.1.21...v1.1.24
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-01-14 13:41:12 +01:00
0df55307c8
vendor: github.com/docker/docker 69687190936d (master, v28.0-dev)
...
full diff: 50212d215b...6968719093
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-01-11 01:17:36 +01:00
216674c3e3
vendor: github.com/docker/docker 50212d215ba7 (master, v28.0-dev)
...
full diff: 6f6c3b9211...50212d215b
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-01-08 18:11:19 +01:00
2fc32c707b
vendor: github.com/moby/term v0.5.2
...
- update github.com/Azure/go-ansiterm to v0.0.0-20250102033503-faa5f7b0171c
to fix OSC string terminator parsing.
- add security policy
- update github actions and test against go1.22, go1.23
full diff: https://github.com/moby/term/compare/v0.5.0...v0.5.2
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-01-03 22:33:30 +01:00
e1a0c377b7
vendor: github.com/Azure/go-ansiterm faa5f7b0171c
...
- fix OSC string terminator parsing
diff: d185dfc1b5...faa5f7b017
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-01-03 22:32:37 +01:00
7b37f30da2
Use io.copy for build context compression
...
The use of pools here is unnecessary and creates a code dependency on
moby library which will move to internal.
The pool does not provide any value here since it is only done for a
single operation and unlikely performed in alongside other operations
which are re-using the buffers many times between garbage collections.
Signed-off-by: Derek McGowan <derek@mcg.dev >
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-01-03 13:45:38 +01:00
25f02bc044
vendor: github.com/docker/docker 6f6c3b921180 (master, v28.0.0-dev)
...
full diff: a72026acbb...6f6c3b9211
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-01-01 16:24:28 +01:00
76ec0ea2eb
vendor: github.com/docker/docker a72026acbbdf (master, v28.0.0-dev)
...
removes uses of pkg/system
full diff: ad6929339a...a72026acbb
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2024-12-23 13:50:59 +01:00
cc65127cb0
vendor: github.com/docker/docker ad6929339acd (master, v28.0.0-dev)
...
full diff: b249c5ebd2...ad6929339a
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2024-12-20 17:58:34 +01:00
2a5ac8f5ab
vendor: github.com/docker/docker b249c5ebd214 (master, v28.0.0-dev)
...
full diff: 5d72419486...b249c5ebd2
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2024-12-09 21:56:05 +01:00
2eb77f4ede
vendor: github.com/docker/docker 5d72419486fe (master, v28.0.0-dev)
...
full diff: 87fbd9cd3b...5d72419486
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2024-12-09 12:41:45 +01:00
d4db289eb5
run, create, connect: add support for gw-priority
...
Signed-off-by: Albin Kerouanton <albinker@gmail.com >
2024-12-03 15:13:08 +01:00
6c76914532
Merge pull request #5637 from thaJeztah/bump_rosetta
...
vendor: github.com/tonistiigi/go-rosetta v0.0.0-20220804170347-3f4430f2d346
2024-11-21 17:53:16 +01:00
9ccc462005
Merge pull request #5634 from thaJeztah/bump_mapstructure
...
vendor: github.com/go-viper/mapstructure/v2 v2.2.1
2024-11-21 17:52:21 +01:00
35bf069da2
Merge pull request #5633 from thaJeztah/bump_capability
...
vendor: github.com/moby/sys/capability v0.4.0
2024-11-21 17:51:57 +01:00
d41b80fafc
vendor: github.com/docker/docker e5c2b5e10d68 (master, v28.0.0-dev)
...
full diff: 6ac445c42b...e5c2b5e10d
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2024-11-20 15:54:27 +01:00
11fbc99939
vendor: github.com/tonistiigi/go-rosetta v0.0.0-20220804170347-3f4430f2d346
...
full diff: f79598599c...3f4430f2d3
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2024-11-19 21:51:51 +01:00
f6599300ff
vendor: github.com/go-viper/mapstructure/v2 v2.2.1
...
full diff: https://github.com/go-viper/mapstructure/compare/v2.0.0...v2.2.1
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2024-11-19 11:49:17 +01:00
446d4138ed
vendor: github.com/moby/sys/capability v0.4.0
...
full diff: https://github.com/moby/sys/compare/capability/v0.3.0...capability/v0.4.0
Added
* New separate API for ambient ([GetAmbient], [SetAmbient], [ResetAmbient])
and bound ([GetBound], [DropBound]) capabilities, modelled after libcap.
Fixed
* [Apply] now returns an error if called for non-zero `pid`. Before this change,
it could silently change some capabilities of the current process, instead of
the one identified by the `pid`.
* Fixed tests that change capabilities to be run in a separate process.
* Other improvements in tests.
Changed
* Use raw syscalls (which are slightly faster).
* Most tests are now limited to testing the public API of the package.
* Simplify parsing /proc/*pid*/status, add a test case.
* Optimize the number of syscall to set ambient capabilities in Apply
by clearing them first; add a test case.
* Better documentation for [Apply], [NewFile], [NewFile2], [NewPid], [NewPid2].
Removed
* `.golangci.yml` and `.codespellrc` are no longer part of the package.
<!-- Doc links (please keep sorted). -->
[Apply]: https://pkg.go.dev/github.com/moby/sys/capability#Capabilities.Apply
[DropBound]: https://pkg.go.dev/github.com/moby/sys/capability#DropBound
[GetAmbient]: https://pkg.go.dev/github.com/moby/sys/capability#GetAmbient
[GetBound]: https://pkg.go.dev/github.com/moby/sys/capability#GetBound
[LastCap]: https://pkg.go.dev/github.com/moby/sys/capability#LastCap
[ListKnown]: https://pkg.go.dev/github.com/moby/sys/capability#ListKnown
[ListSupported]: https://pkg.go.dev/github.com/moby/sys/capability#ListSupported
[List]: https://pkg.go.dev/github.com/moby/sys/capability#List
[NewFile2]: https://pkg.go.dev/github.com/moby/sys/capability#NewFile2
[NewFile]: https://pkg.go.dev/github.com/moby/sys/capability#NewFile
[NewPid2]: https://pkg.go.dev/github.com/moby/sys/capability#NewPid2
[NewPid]: https://pkg.go.dev/github.com/moby/sys/capability#NewPid
[ResetAmbient]: https://pkg.go.dev/github.com/moby/sys/capability#ResetAmbient
[SetAmbient]: https://pkg.go.dev/github.com/moby/sys/capability#SetAmbient
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2024-11-19 11:37:18 +01:00
13754f6776
deps: update go-jose/go-jose to v4
...
See: https://github.com/go-jose/go-jose
Signed-off-by: Laura Brehm <laurabrehm@hey.com >
2024-11-05 14:12:16 +00:00
5f1311ae8d
vendor: github.com/docker/docker 6ac445c42bad (master, v28.0-dev)
...
full diff: 36a3bd0904...6ac445c42b
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2024-11-01 14:10:15 +01:00
5e40d288c7
vendor: go.opentelemetry.io/otel v1.28.0
...
aligning all related packages to v1.28.0 as well
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2024-11-01 14:08:45 +01:00
9ba73a1a05
vendor: github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0
...
full diff: https://github.com/grpc-ecosystem/grpc-gateway/compare/v2.16.0...v2.20.0
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2024-11-01 14:04:41 +01:00
074d1028b5
vendor: update prometheus dependencies
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2024-11-01 13:44:05 +01:00