Tonis Tiigi
2e81e301ae
bake: fix variadic_params inconsistency for user functions
...
There was inconsistency between variables used for function
definitions in HCL and JSON format. Updated JSON to match HCL,
fixed documentation and removed the unused code from userfunc
pkg (based on HCL upstream) to avoid confusion.
Theoretically we could add some temporary backwards compatibility
for the JSON format but I think it is unlikely that someone uses
JSON format for this and also defined variadic parameters.
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
2025-04-14 10:56:20 -07:00
CrazyMax
eb74b483bd
Merge pull request #3110 from crazy-max/buildkit-0.21.0-rc2
...
vendor: github.com/moby/buildkit v0.21.0-rc2
2025-04-11 19:44:05 +02:00
CrazyMax
db194abdc8
vendor: github.com/moby/buildkit v0.21.0-rc2
...
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2025-04-11 19:28:20 +02:00
CrazyMax
86eb3be1c4
Merge pull request #3103 from thaJeztah/use_atomicwriter
...
migrate to use github.com/moby/sys/atomicwriter
2025-04-11 12:05:00 +02:00
CrazyMax
a05a166f81
Merge pull request #3106 from crazy-max/inline-result
...
build: print frontend inline message
2025-04-11 12:04:47 +02:00
CrazyMax
cfc9d3a8c9
Merge pull request #3105 from glours/bump-compose-go-v2.6.0
...
bump compose-go to version v2.6.0
2025-04-11 10:57:53 +02:00
CrazyMax
5bac0b1197
build: print frontend inline message
...
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2025-04-11 09:45:25 +02:00
Guillaume Lours
0b4e624aaa
bump compose-go to version v2.6.0
...
Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
2025-04-10 18:04:00 +02:00
Sebastiaan van Stijn
b7b5a3a1cc
migrate to use github.com/moby/sys/atomicwriter
...
The github.com/docker/docker/pkg/atomicwriter package was moved
to a separate module.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2025-04-10 12:13:01 +02:00
CrazyMax
f8de3c3bdc
Merge pull request #3095 from thaJeztah/migrate_archive
...
migrate to github.com/moby/go-archive module
2025-04-10 10:31:55 +02:00
Sebastiaan van Stijn
fa0c3e3786
migrate to github.com/moby/go-archive module
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2025-04-10 09:16:43 +02:00
Tõnis Tiigi
d69301d57b
Merge pull request #3101 from crazy-max/bake-validation-fixes
...
bake: check condition and error_message are set during validation
v0.23.0-rc1
2025-04-09 08:59:43 -07:00
Jonathan A. Sternberg
ee77cdb175
Merge pull request #3102 from jsternberg/buildkit-rc1
...
vendor: github.com/moby/buildkit v0.21.0-rc1
2025-04-09 10:56:27 -05:00
Jonathan A. Sternberg
8fb1157b5f
vendor: github.com/moby/buildkit v0.21.0-rc1
...
Signed-off-by: Jonathan A. Sternberg <jonathan.sternberg@docker.com>
2025-04-09 10:28:03 -05:00
CrazyMax
a34cdff84e
Merge pull request #3098 from tonistiigi/vendor-jaeger-ui-v1.68
...
vendor: update jaeger-ui-rest to v1.68
2025-04-09 17:11:50 +02:00
CrazyMax
77139daa4b
bake: check condition and error_message are set during validation
...
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2025-04-09 16:04:18 +02:00
Tonis Tiigi
10e3892a63
vendor: update jaeger-ui-rest to v1.68
...
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
2025-04-08 10:11:54 -07:00
Tõnis Tiigi
d80ece5bb3
Merge pull request #3091 from tonistiigi/history-filters
...
history: add filters to ls
2025-04-08 09:19:05 -07:00
Tõnis Tiigi
1f44971fc9
Merge pull request #3097 from crazy-max/bake-esc-interpolation
...
bake: keep escaped interpolation in print output
2025-04-08 09:17:32 -07:00
CrazyMax
a91db7ccc9
bake: keep escaped interpolation in print output
...
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2025-04-08 17:30:24 +02:00
CrazyMax
98c3abb756
Merge pull request #3092 from tonistiigi/testing-import-cleanup
...
avoid import to testing helpers outside of tests
2025-04-08 12:55:48 +02:00
CrazyMax
3b824a0e39
Merge pull request #3087 from crazy-max/fix-standalone-envs
...
cmd: support cli environment variables in standalone mode
2025-04-08 12:54:32 +02:00
CrazyMax
b0156cd631
Merge pull request #3090 from tonistiigi/platforms-compose
...
bake: fix platforms field in compose yaml
2025-04-08 12:51:43 +02:00
Tonis Tiigi
29614f9734
avoid import to testing helpers outside of tests
...
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
2025-04-08 00:38:31 -07:00
Tonis Tiigi
f1b895196c
history: add local filters for older buildkit versions
...
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
2025-04-07 22:20:32 -07:00
Tonis Tiigi
900502b139
history: add filters to ls
...
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
2025-04-07 21:32:43 -07:00
Tonis Tiigi
49bd7e4edc
bake: fix platforms field in compose yaml
...
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
2025-04-07 14:14:40 -07:00
CrazyMax
8f9c25e8b0
Merge pull request #3089 from co63oc/fix3
...
Fix typos
2025-04-07 10:03:05 +02:00
co63oc
7659798f80
Fix typos
...
Signed-off-by: co63oc <co63oc@users.noreply.github.com>
2025-04-07 14:01:52 +08:00
CrazyMax
7b8bf9f801
cmd: support cli environment variables in standalone mode
...
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2025-04-04 15:13:25 +02:00
CrazyMax
8efc528b84
Merge pull request #3033 from thaJeztah/remove_notary
...
vendor: github.com/docker/docker, docker/cli v28.0.4
2025-03-28 14:45:39 +01:00
CrazyMax
8593e0397b
Merge pull request #3073 from tonistiigi/add-trace-export-command
...
history: add export command
2025-03-28 14:12:55 +01:00
CrazyMax
0c0e8eefdf
Merge pull request #3080 from crazy-max/compose-service-context
...
bake: support compose service as build context
2025-03-28 13:09:36 +01:00
CrazyMax
e114dd09a5
bake: support compose service as build context
...
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2025-03-27 17:58:16 +01:00
Sebastiaan van Stijn
d25e260d2e
vendor: github.com/docker/cli v28.0.4
...
This removes Notary / Docker Content Trust related (indirect)
dependencies;
Before:
ls -l bin/build/
total 131200
-rwxr-xr-x 1 thajeztah staff 67039266 Mar 21 09:20 buildx*
ls -lh bin/build/
total 131200
-rwxr-xr-x 1 thajeztah staff 64M Mar 21 09:20 buildx*
After:
ls -l bin/build/
total 127288
-rwxr-xr-x 1 thajeztah staff 65168450 Mar 21 09:22 buildx*
ls -lh bin/build/
total 127288
-rwxr-xr-x 1 thajeztah staff 62M Mar 21 09:22 buildx*
Difference: `67039266 - 65168450 = 1870816` (1.87 MB)
full diff: https://github.com/docker/cli/compare/v28.0.2...v28.0.4
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2025-03-25 18:45:44 +01:00
Sebastiaan van Stijn
86e4e77ac1
vendor: github.com/docker/docker-credential-helpers v0.9.3
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2025-03-25 18:44:27 +01:00
Sebastiaan van Stijn
534d9fc276
vendor: github.com/docker/docker v28.0.4
...
full diff: https://github.com/docker/docker/compare/v28.0.2...v28.0.4
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2025-03-25 18:30:37 +01:00
Tõnis Tiigi
e0c67bfc79
Merge pull request #3078 from jsternberg/buildkit-0.20.2
...
vendor: github.com/moby/buildkit v0.20.2
2025-03-24 20:12:24 -07:00
Jonathan A. Sternberg
53e576b306
vendor: github.com/moby/buildkit v0.20.2
...
Signed-off-by: Jonathan A. Sternberg <jonathan.sternberg@docker.com>
2025-03-24 15:56:16 -05:00
Tõnis Tiigi
d3aef6642c
Merge pull request #3075 from thaJeztah/bump_cobra
...
vendor: github.com/spf13/cobra v1.9.1
2025-03-24 08:46:50 -07:00
Sebastiaan van Stijn
824cef1b92
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:21:42 +01:00
Sebastiaan van Stijn
a8b0fa8965
vendor: github.com/spf13/pflag v1.0.6
...
full diff: https://github.com/spf13/pflag/compare/v1.0.5...v1.0.6
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2025-03-21 20:20:54 +01:00
Tonis Tiigi
45dfb84361
history: add support for exporting multiple and all records
...
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
2025-03-21 11:21:00 -07:00
Tonis Tiigi
13ef01196d
history: add export command
...
Allow builds to be exported into .dockerbuild bundles
that can be shared and imported into Docker Desktop.
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
2025-03-20 20:28:14 -07:00
Tõnis Tiigi
646df6d4a0
Merge pull request #3064 from glours/bump-compose-v2.34.0
...
bump compose-go to v2.4.9
2025-03-20 20:27:32 -07:00
Tõnis Tiigi
d46c1d8141
Merge pull request #3069 from crazy-max/golangci-lint-rm-goversion
...
don't set go version in golangci-lint config
2025-03-20 17:08:06 -07:00
CrazyMax
c682742de0
Merge pull request #3071 from thaJeztah/bump_engine_28.0.2
...
vendor: github.com/docker/docker, docker/cli v28.0.2
2025-03-20 13:14:47 +01:00
Sebastiaan van Stijn
391acba718
use cli-plugins metadata package
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2025-03-19 17:58:27 +01:00
Sebastiaan van Stijn
db4b96e62c
vendor: github.com/docker/cli v28.0.2
...
full diff: https://github.com/docker/cli/compare/v28.0.1...v28.0.2
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2025-03-19 17:58:27 +01:00
Sebastiaan van Stijn
882ef0db91
vendor: github.com/docker/docker v28.0.2
...
full diff: https://github.com/docker/docker/compare/v28.0.1...v28.0.2
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2025-03-19 17:58:27 +01:00