CrazyMax and GitHub
fe4f8c1fd2
Merge pull request #3447 from tonistiigi/imagetools-create-manifests-fix
...
imagetools: fix possible broken chain copy on create
2025-10-03 11:42:22 +02:00
CrazyMax and GitHub
100b96f896
Merge pull request #3448 from tonistiigi/imagetools-empty-mediatype
...
imagetools: silence warning for empty-type meditype used in artifacts
2025-10-03 11:41:26 +02:00
Tonis Tiigi
ba4935585c
imagetools: silence warning for empty-type meditype used in artifacts
...
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com >
2025-10-02 10:43:33 -07:00
Tonis Tiigi
ef2b4436cb
imagetools: fix possible broken chain copy on create
...
When creating index from singe-arch manifests it
was possible for some of the internal manifests to not
be copies and cause error on pushing the index.
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com >
2025-10-02 10:36:48 -07:00
Tõnis Tiigi and GitHub
51bed6f144
Merge pull request #3445 from jsternberg/buildkit-ref-update
...
ci: update buildkit ref for ci
2025-10-01 09:45:36 -07:00
Jonathan A. Sternberg
b47488aea2
ci: update buildkit ref for ci
...
Signed-off-by: Jonathan A. Sternberg <jonathan.sternberg@docker.com >
2025-10-01 09:57:59 -05:00
CrazyMax and GitHub
6430db95d2
Merge pull request #3444 from thaJeztah/no_ResolveDefaultContext
...
driver/kubernetes/context: don't use ResolveDefaultContext in test
2025-10-01 12:58:44 +02:00
CrazyMax and GitHub
c7b50dcca3
Merge pull request #3435 from aevesdocker/ENGDOCS-2996
...
Docs: examples for each bake standard library functions
2025-10-01 12:46:39 +02:00
aevesdocker
d41f79f9a1
Docs: examples for each bake standard library functions
...
Signed-off-by: aevesdocker <allie.sadler@docker.com >
2025-10-01 11:25:33 +01:00
Sebastiaan van Stijn
1126d853a8
driver/kubernetes/context: don't use ResolveDefaultContext in test
...
The ResolveDefaultContext function is only used internally by the CLI,
and has no known external users, except for this test in buildx. It was
exported in [cli@f820766] to allow (unit) testing, but did not document
that it was only exported for this purpose.
This patch rewrites the test to allow deprecating / removing the function
in the CLI.
[cli@f820766]: https://github.com/docker/cli/commit/f820766f6ac57188d96c9ca377f2b4627e90da28
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-10-01 11:31:09 +02:00
Jonathan A. Sternberg and GitHub
e2534c77e3
Merge pull request #3442 from jsternberg/buildkit-vendor
...
vendor: update buildkit to v0.25.0
2025-09-30 14:22:56 -05:00
Jonathan A. Sternberg
3d9cc5128a
vendor: update buildkit to v0.25.0
...
Signed-off-by: Jonathan A. Sternberg <jonathan.sternberg@docker.com >
2025-09-30 14:09:19 -05:00
Tõnis Tiigi and GitHub
82584815c3
Merge pull request #3440 from crazy-max/fix-gitutil-test
...
test: use temp dir for TestGit
2025-09-29 11:18:15 -07:00
CrazyMax
7eefa86662
test: use temp dir for TestGit
...
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com >
2025-09-29 10:54:39 +02:00
Tõnis Tiigi and GitHub
b4b698c088
Merge pull request #3436 from jsternberg/dap-file-explorer-fix
...
dap: file explorer uses the wrong path when looking up mounts
2025-09-24 08:23:42 -07:00
Jonathan A. Sternberg
92ea5e64b4
dap: file explorer uses the wrong path when looking up mounts
...
It accidentally retrieved the relative path to the mount directory
instead of the full path which resulted in always returning the root
directory.
Signed-off-by: Jonathan A. Sternberg <jonathan.sternberg@docker.com >
2025-09-24 09:28:38 -05:00
Tõnis Tiigi and GitHub
285dd76b25
Merge pull request #3434 from tonistiigi/update-buildkit-v0.25.0-rc1
...
vendor: update buildkit to v0.25.0-rc1
2025-09-23 14:55:33 -07:00
Tonis Tiigi
3bea8ce3ad
vendor: update buildkit to v0.25.0-rc1
...
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com >
2025-09-23 13:32:44 -07:00
Tõnis Tiigi and GitHub
40f318f9d8
Merge pull request #3431 from tonistiigi/progress-none
...
add progress=none option
2025-09-23 11:33:37 -07:00
Tõnis Tiigi and GitHub
568c693972
Merge pull request #3430 from tonistiigi/imagetools-create-platforms
...
imagetools: add platforms filter to imagetools create
2025-09-23 08:47:52 -07:00
Tonis Tiigi
f448f3e22b
imagetools: add platforms filter to imagetools create
...
Allows specifying platforms that should be included
in the new image, making it possible to reduce platforms
of existing multi-arch image. Previously the individual
image manifests needed to be used as sources, but that
dropped their related attestation manifests.
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com >
2025-09-23 08:10:11 -07:00
Tõnis Tiigi and GitHub
e4ca56fe62
Merge pull request #3432 from jsternberg/dap-plugin-guidelines
...
docs: add plugin guideline requirements for dap plugins
2025-09-22 10:47:24 -07:00
Jonathan A. Sternberg
39feed47ea
docs: add plugin guideline requirements for dap plugins
...
Signed-off-by: Jonathan A. Sternberg <jonathan.sternberg@docker.com >
2025-09-22 12:13:15 -05:00
Tonis Tiigi
9c7b9628ef
add progress=none option
...
Currently there is no way to completely suppress the progress output.
We have --progress=quiet but it has additional effect of printing
image ID as a progress for historical reasons. --progress=none
behaves like quiet but without this extra output printing depending
on build output.
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com >
2025-09-22 10:10:20 -07:00
Tonis Tiigi
4ad48f7737
imagetools: variables name refactor
...
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com >
2025-09-22 09:25:48 -07:00
Tõnis Tiigi and GitHub
bc8ede2d4c
Merge pull request #3427 from glours/bump-compose-go-v2.9.0
...
bump compose-go to version v2.9.0
2025-09-19 14:36:35 -07:00
Tõnis Tiigi and GitHub
7c925fdda9
Merge pull request #3429 from thaJeztah/bump_cobra
...
vendor github.com/spf13/pflag v1.0.10, github.com/spf13/cobra v1.10.1
2025-09-19 14:36:05 -07:00
Sebastiaan van Stijn
d1afe64cd1
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-19 19:48:35 +02:00
Sebastiaan van Stijn
df0b265314
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-19 19:44:24 +02:00
Tõnis Tiigi and GitHub
1422a30dde
Merge pull request #3318 from crazy-max/bump-hcl-deps
...
vendor: update hcl dependencies
2025-09-19 10:03:49 -07:00
Guillaume Lours
9784222a41
bump compose-go to version v2.9.0
...
Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com >
2025-09-19 10:11:03 +02:00
Tõnis Tiigi and GitHub
77315f947e
Merge pull request #3410 from jsternberg/dap-file-explorer-on-error
...
dap: collect references for inputs to ensure the file explorer works on an error
2025-09-17 14:21:14 -07:00
Jonathan A. Sternberg
17c2e1dc35
dap: collect references for inputs to ensure the file explorer works on an error
...
The debug adapter will now look at the error and collect the input
mounts from the exec operation and translate them to a gateway reference
to be able to access the filesystem in the file explorer.
When we are attempting to find the real operation that failed and
succeed, we now re-solve the dependencies (which should already have
been solved correctly to begin with) so that we can have the proper
reference and can access the filesystem contents.
Signed-off-by: Jonathan A. Sternberg <jonathan.sternberg@docker.com >
2025-09-17 15:58:28 -05:00
CrazyMax and GitHub
e540b7af14
Merge pull request #3421 from aevesdocker/ENGDOCS-2992
...
docs: --load flag clarity
2025-09-11 17:03:37 +02:00
aevesdocker
05c6753bb7
docs: --load and --push flag clarity
...
Signed-off-by: aevesdocker <allie.sadler@docker.com >
2025-09-11 14:41:22 +01:00
CrazyMax and GitHub
3293a2ef41
Merge pull request #3419 from aevesdocker/ENGDOCS-2986
...
docs: device entitlements
2025-09-11 13:55:17 +02:00
aevesdocker
9d8107ee3d
docs: device entitlements
...
Signed-off-by: aevesdocker <allie.sadler@docker.com >
2025-09-11 10:25:49 +01:00
Tõnis Tiigi and GitHub
f4e02addf1
Merge pull request #3408 from jsternberg/dap-better-location-resolution
...
dap: improve location resolution for duplicate digests
2025-09-10 13:26:03 -07:00
Tõnis Tiigi and GitHub
a67c877776
Merge pull request #3420 from aevesdocker/ENGDOCS-2991
...
docs: add variable 'description' attribute
2025-09-10 10:37:20 -07:00
aevesdocker
983716a198
grammar
...
Signed-off-by: aevesdocker <allie.sadler@docker.com >
2025-09-10 15:22:41 +01:00
aevesdocker
2b991cb800
docs: add variable attribute
...
Signed-off-by: aevesdocker <allie.sadler@docker.com >
2025-09-10 15:19:41 +01:00
CrazyMax
f5665d2e42
vendor: update hcl dependencies
...
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com >
2025-09-10 10:00:58 +02:00
Tõnis Tiigi and GitHub
3922da8029
Merge pull request #3418 from crazy-max/go-mod-1.24
...
go.mod: bump to go 1.24
2025-09-09 14:06:51 -07:00
Tõnis Tiigi and GitHub
6009087337
Merge pull request #3415 from tonistiigi/git-querystring-resolve
...
build: allow client side querystring resolution
2025-09-09 14:06:15 -07:00
CrazyMax
0beb1b3f2b
lint: gopls fixes
...
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com >
2025-09-09 22:07:37 +02:00
Tonis Tiigi
5a3afbf839
build: set original url to attrs when replacef with input
...
Save original URL so it can be picked up from provenance attestation.
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com >
2025-09-09 11:08:00 -07:00
CrazyMax and GitHub
c8ba2be4d0
Merge pull request #3389 from crazy-max/dockerfile-buildkit-0.24.0
...
dockerfile: update buildkit to 0.24.0
2025-09-09 17:55:06 +02:00
CrazyMax
e83e3eddc3
dockerfile: update buildkit to 0.24.0
...
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com >
2025-09-09 16:05:29 +02:00
CrazyMax
3d113f6397
go.mod: bump to go 1.24
...
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com >
2025-09-09 14:09:38 +02:00
CrazyMax and GitHub
426ddd8191
Merge pull request #3416 from glours/bump-compose-go-v2.8.2
...
bump compose-go to version v2.8.2
2025-09-09 11:41:50 +02:00