Tonis Tiigi
0cf7592d41
vendor: update buildkit to v0.32.0-rc1
...
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com >
2026-07-22 15:27:47 -07:00
Sebastiaan van Stijn
e1e5963dae
vendor: github.com/containerd/containerd/v2 v2.2.5
...
- full diff: https://github.com/containerd/containerd/compare/v2.2.4...v2.2.5
- release notes: https://github.com/containerd/containerd/releases/tag/v2.2.5
The fifth patch release for containerd 2.2 contains various fixes
and updates including security patches.
- CVE-2026-50195 / [GHSA-cvxm-645q-p574] CRI: checkpoint import allows local image tag poisoning
- CVE-2026-53488 / [GHSA-xhf5-7wjv-pqxp] CRI: image-config LABEL flows to host-root command execution from an image pull
- CVE-2026-53492 / [GHSA-33vj-92qq-66hc] CRI: CDI annotation smuggling during CRI checkpoint restore
- CVE-2026-53489 / [GHSA-rgh6-rfwx-v388] CRI: Arbitrary host file read via symlink following in CRI checkpoint restore
- CVE-2026-47262 / [GHSA-jpcc-p29g-p8mq] containerd image-triggered runtime DoS via unbounded group parsing
[GHSA-cvxm-645q-p574]: https://github.com/containerd/containerd/security/advisories/GHSA-cvxm-645q-p574
[GHSA-xhf5-7wjv-pqxp]: https://github.com/containerd/containerd/security/advisories/GHSA-xhf5-7wjv-pqxp
[GHSA-33vj-92qq-66hc]: https://github.com/containerd/containerd/security/advisories/GHSA-33vj-92qq-66hc
[GHSA-rgh6-rfwx-v388]: https://github.com/containerd/containerd/security/advisories/GHSA-rgh6-rfwx-v388
[GHSA-jpcc-p29g-p8mq]: https://github.com/containerd/containerd/security/advisories/GHSA-jpcc-p29g-p8mq
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2026-06-23 09:27:04 +02:00
CrazyMax
1916210ddc
vendor: update buildkit to f449174742bf
...
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com >
2026-06-10 16:41:09 +02:00
Tonis Tiigi
58a5a2cd60
vendor: update buildkit to 41c29fffe299
...
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com >
2026-06-09 19:44:00 -07:00
dependabot[bot] and GitHub
cb2b59576e
build(deps): bump github.com/containerd/containerd/v2
...
Bumps the go_modules group with 1 update in the / directory: [github.com/containerd/containerd/v2](https://github.com/containerd/containerd ).
Updates `github.com/containerd/containerd/v2` from 2.2.3 to 2.2.4
- [Release notes](https://github.com/containerd/containerd/releases )
- [Changelog](https://github.com/containerd/containerd/blob/main/RELEASES.md )
- [Commits](https://github.com/containerd/containerd/compare/v2.2.3...v2.2.4 )
---
updated-dependencies:
- dependency-name: github.com/containerd/containerd/v2
dependency-version: 2.2.4
dependency-type: direct:production
dependency-group: go_modules
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-05-21 22:02:05 +00:00
Tonis Tiigi
a3147eba54
vendor: update buildkit to v0.30.0-rc1
...
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com >
2026-05-06 15:06:54 -07:00
Jonathan A. Sternberg
d781c83cec
commands: micro optimization for source date epoch
...
Avoids the call to `os.Getenv` when it is unnecessary because it would
be overwritten anyway.
Removes the comments about moving environment variable parsing to a
method for use by library consumers. That method exists in containerd
and this set of code doesn't actually perform any parsing since the
parsing of this time is done within buildkit and not on the client.
Signed-off-by: Jonathan A. Sternberg <jonathan.sternberg@docker.com >
2026-04-03 10:02:50 -05:00
Tonis Tiigi
eba72a35e4
vendor: update buildkit to v0.29.0-rc1
...
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com >
2026-03-25 15:47:08 -07:00
Sebastiaan van Stijn
7762411537
vendor: github.com/containerd/containerd/v2 v2.2.1
...
The pull request that was needed has been released now as part of v2.2.1;
full diff: https://github.com/containerd/containerd/compare/efd86f2b0bc2...v2.2.1
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2026-01-07 11:33:39 +01:00
CrazyMax
c034ddfbde
vendor: update containerd to efd86f2b0bc2 (release/2.2)
...
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com >
2025-11-15 10:40:44 +01:00
Jonathan A. Sternberg
1651da02d9
vendor: update buildkit v0.26.0-rc2
...
Signed-off-by: Jonathan A. Sternberg <jonathan.sternberg@docker.com >
2025-11-11 14:14:36 -06:00
Tonis Tiigi
faf30a2177
vendor: update containerd to v2.2.0-rc.1
...
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com >
2025-11-05 10:24:42 -08:00
Sebastiaan van Stijn
bbd18927d2
vendor: github.com/moby/buildkit 9b91d20367db (master, v0.24-dev)
...
full diff: https://github.com/moby/buildkit/compare/9b91d20367db...955c2b2f7d014cf13a0f755d298963f8c0a190b6
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-08-06 16:47:11 +02:00
Tonis Tiigi
eed5fa80c2
vendor: update containerd to v2.1.3 to fix registry issues
...
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com >
2025-07-14 23:44:31 -07:00
Jonathan A. Sternberg
e1adeee898
vendor: github.com/moby/buildkit v0.23.0-rc1
...
Signed-off-by: Jonathan A. Sternberg <jonathan.sternberg@docker.com >
2025-06-11 16:29:31 -05:00
Sebastiaan van Stijn
bc620fcc71
vendor: github.com/docker/docker v28.2.1
...
full diff: https://github.com/docker/docker/compare/v28.1.1...v28.2.1
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-05-29 09:34:27 +02:00
Jonathan A. Sternberg and Jonathan A. Sternberg
2f1be25b8f
controller: remove controller grpc service
...
Remove the controller grpc service along with associated code related to
sessions or remote controllers.
Data types that are still used with complicated dependency chains have
been kept in the same package for a future refactor.
Signed-off-by: Jonathan A. Sternberg <jonathan.sternberg@docker.com >
2025-04-30 13:46:58 -05:00
Sebastiaan van Stijn
735555ff7b
vendor: github.com/containerd/containerd v2.0.5
...
full diff: https://github.com/containerd/containerd/compare/v2.0.4...v2.0.5
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-04-22 12:28:37 +02:00
Sebastiaan van Stijn
967fc2a696
vendor: github.com/containerd/containerd/v2 v2.0.4
...
full diff: https://github.com/containerd/containerd/compare/v2.0.3...v2.0.4
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-03-19 17:58:20 +01:00
CrazyMax
5f8b78a113
vendor: github.com/moby/buildkit v0.20.1
...
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com >
2025-03-11 15:07:47 +01:00
Tonis Tiigi
44fa243d58
vendor: update buildkit to v0.19.0-rc1
...
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com >
2025-01-14 14:24:38 -08:00
Tonis Tiigi
13a426fca6
vendor: update buildkit to v0.18.0-rc1
...
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com >
2024-11-21 12:57:27 -08:00
Tonis Tiigi
6fcc6853d9
vendor: update buildkit to v0.17.0-rc2
...
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com >
2024-10-28 15:39:50 -07:00
Jonathan A. Sternberg
b35a0f4718
protobuf: remove gogoproto
...
Removes gogo/protobuf from buildx and updates to a version of
moby/buildkit where gogo is removed.
This also changes how the proto files are generated. This is because
newer versions of protobuf are more strict about name conflicts. If two
files have the same name (even if they are relative paths) and are used
in different protoc commands, they'll conflict in the registry.
Since protobuf file generation doesn't work very well with
`paths=source_relative`, this removes the `go:generate` expression and
just relies on the dockerfile to perform the generation.
Signed-off-by: Jonathan A. Sternberg <jonathan.sternberg@docker.com >
2024-10-02 15:51:59 -05:00
Tonis Tiigi
7213b2a814
vendor: update buildkit to v0.16.0-rc2
...
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com >
2024-09-09 16:29:01 -07:00
CrazyMax
7bea00f3dd
vendor: update buildkit to v0.16.0-rc1
...
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com >
2024-09-04 16:58:37 +02:00
CrazyMax
4b27fb3022
vendor: update buildkit to 664c2b469f19
...
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com >
2024-08-11 09:46:35 +02:00
Tonis Tiigi
f374f64d2f
vendor: update buildkit to f7bda278b7e2
...
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com >
2024-07-02 22:24:55 -07:00
Sebastiaan van Stijn
dbdd3601eb
vendor: github.com/containerd/ttrpc v1.2.5
...
full diff: https://github.com/containerd/ttrpc/compare/v1.2.4...v1.2.5
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2024-06-26 15:30:40 +02:00
Sebastiaan van Stijn
c116af7b82
remove use of deprecated containerd/containerd/errdefs
...
This package has moved to a separate module. Also added linting
rules to prevent accidental reintroduction.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2024-06-12 01:12:59 +02:00
Tonis Tiigi
aa0f90fdd6
vendor: update buildkit to v0.14.0-rc2
...
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com >
2024-06-06 16:17:17 -07:00
Jonathan A. Sternberg
b1cb658a31
vendor: update buildkit to v0.14.0-rc1
...
Update buildkit dependency to v0.14.0-rc1. Update the tracing
infrastructure to use the new detect API which updates how the delegated
exporter is configured.
Signed-off-by: Jonathan A. Sternberg <jonathan.sternberg@docker.com >
2024-05-31 16:23:41 -05:00
Tonis Tiigi
da3435ed3a
vendor: update buildkit v0.14-dev version 549891b
...
Brings in formatter for lint requests.
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com >
2024-04-11 07:49:31 -07:00
CrazyMax
de5efcb03b
vendor: github.com/moby/buildkit 25bec7145b39 (v0.14.0-dev)
...
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com >
2024-03-28 17:51:45 +01:00
CrazyMax
953cbf6696
vendor: github.com/moby/buildkit db304eb93126 (v0.13.0-dev)
...
full diff: https://github.com/moby/buildkit/compare/d6e142600ee5...db304eb93126
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com >
2024-02-21 11:54:00 +01:00
CrazyMax
6ffb77dcda
vendor: github.com/containerd/console 8f6c4e4
...
full diff: https://github.com/containerd/console/compare/v1.0.3...8f6c4e4faef5a326d2cd907097d04c0239ee5e2f
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com >
2024-02-05 12:16:39 +01:00
Sebastiaan van Stijn
62a416fe12
vendor: github.com/containerd/containerd v1.7.12
...
full diff: https://github.com/containerd/containerd/compare/v1.7.11...v1.7.12
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2024-01-26 12:54:37 +01:00
Laura Brehm
0f45b629ad
deps: update buildkit, vendor changes
...
Signed-off-by: Laura Brehm <laurabrehm@hey.com >
2023-12-19 14:01:05 +00:00
CrazyMax
1e80c70990
vendor: github.com/moby/buildkit c9ee8491d74f (master)
...
full diff:
- https://github.com/containerd/containerd/compare/v1.7.8...v1.7.9
- https://github.com/moby/buildkit/compare/5ae9b23c40a926615b6c3cc1da3f5457d2f61fd4...c9ee8491d74f
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com >
2023-11-29 16:40:13 +01:00
Sebastiaan van Stijn
da5f853b44
vendor: github.com/containerd/containerd v1.7.8
...
full diff: https://github.com/containerd/containerd/compare/v1.7.7...v1.7.8
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2023-11-14 14:33:27 +01:00
Justin Chadwell
adc839aa40
vendor: update buildkit to master@d5c1d785b042
...
Signed-off-by: Justin Chadwell <me@jedevc.com >
2023-10-23 14:48:50 +01:00
Sebastiaan van Stijn
130bbda00e
vendor: github.com/moby/buildkit v0.12.1-0.20230717122532-faa0cc7da353
...
full diff:
- https://github.com/moby/buildkit/compare/20230620112432...v0.12.0
- https://github.com/moby/buildkit/compare/v0.12.0...faa0cc7da3536923d85b74b2bb2d13c12a6ecc99
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2023-07-17 15:37:27 +02:00
Sebastiaan van Stijn
b9e25e82cf
util/imagetools: remove unused Resolver.ImageConfig
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2023-07-17 12:35:42 +02:00
Justin Chadwell
9d2388e6f5
vendor: update buildkit to master@67a08623b95a
...
Signed-off-by: Justin Chadwell <me@jedevc.com >
2023-06-09 10:36:52 +01:00
Justin Chadwell
6c62225d1b
vendor: update buildkit to master@c36941f4a10e
...
Signed-off-by: Justin Chadwell <me@jedevc.com >
2023-05-30 09:10:52 +01:00
Justin Chadwell
2d124e0ce9
test: add basic integration tests
...
Signed-off-by: Justin Chadwell <me@jedevc.com >
2023-05-18 14:26:12 +01:00
Justin Chadwell
9541457c54
vendor: update buildkit to master@8b7bcb900d3c
...
Signed-off-by: Justin Chadwell <me@jedevc.com >
2023-03-30 10:35:49 +01:00
CrazyMax
8311b0963a
vendor: update buildkit
...
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com >
2023-02-16 14:56:46 +01:00
Sebastiaan van Stijn
6dd5589a9c
vendor: github.com/containerd/containerd v1.6.16
...
full diff: https://github.com/containerd/containerd/compare/1709cfe273d9...v1.6.16
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2023-02-08 14:55:44 +01:00
Justin Chadwell and GitHub
cb94298a02
Merge pull request #1296 from ktock/monitor-list
...
monitor: Enable to run build and invoke in background
2023-01-31 14:14:57 +00:00