Welcome to the v0.23.0 release of buildx!
Please try out the release binaries and report any issues at
https://github.com/docker/buildx/issues.
Contributors
- CrazyMax
- Tõnis Tiigi
- Sebastiaan van Stijn
- Jonathan A. Sternberg
- Guillaume Lours
Notable Changes
- New
--local
and--filter
flags allow filtering history records inbuildx history ls
. #3091 - New
buildx history export
command allows exporting the build record into a bundle that can be imported to Docker Desktop. #3073 - Compose compatibility has been updated to v2.6.0. #3080 #3105
- Support CLI environment variables in standalone mode. #3087
- Fix
--print
output for Bake producing output with unescaped variables that could cause build errors later. #3097 - Fix
additional_contexts
field not working correctly when pointing to another service. #3090 - Fix empty validation block crashing the Bake HCL parser. #3101
Dependency Changes
- github.com/compose-spec/compose-go/v2 v2.4.8 -> v2.6.0
- github.com/containerd/containerd/v2 v2.0.3 -> v2.0.4
- github.com/docker/cli v28.0.1 -> v28.0.4
- github.com/docker/docker v28.0.1 -> v28.0.4
- github.com/docker/docker-credential-helpers v0.8.2 -> v0.9.3
- github.com/docker/libtrust aabc10ec26b7 new
- github.com/google/go-cmp v0.6.0 -> v0.7.0
- github.com/klauspost/compress v1.17.11 -> v1.18.0
- github.com/moby/buildkit v0.20.1 -> v0.21.0
- github.com/moby/sys/user v0.3.0 -> v0.4.0
- github.com/opencontainers/image-spec v1.1.0 -> v1.1.1
- github.com/spf13/cobra v1.8.1 -> v1.9.1
- github.com/spf13/pflag v1.0.5 -> v1.0.6
- github.com/tonistiigi/dchapes-mode ca0759fec205 -> 73d941a28323
- github.com/tonistiigi/fsutil b14e27f4135a -> 5b74a7ad7583
- github.com/tonistiigi/jaeger-ui-rest 7d4944a45bb6 -> 3dd17559e117
- github.com/xhit/go-str2duration/v2 v2.1.0 new
- golang.org/x/crypto v0.31.0 -> v0.37.0
- golang.org/x/mod v0.22.0 -> v0.24.0
- golang.org/x/net v0.33.0 -> v0.39.0
- golang.org/x/sync v0.10.0 -> v0.13.0
- golang.org/x/sys v0.29.0 -> v0.32.0
- golang.org/x/term v0.27.0 -> v0.31.0
- golang.org/x/text v0.21.0 -> v0.24.0
- golang.org/x/time v0.6.0 -> v0.11.0
- golang.org/x/tools v0.27.0 -> v0.32.0
Previous release can be found at v0.22.0