v0.22.0
·
1034 commits
to master
since this release
Welcome to the v0.22.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
- Laurent Goderre
- Shaun Thompson
Notable Changes
- New command
buildx history importallows to import build records into Docker Desktop for futher debugging in the Build UI. This command requires Docker Desktop to be installed. #3039 - History records can now be opened by offset from the latest in
history inspect,history logsandhistory opencommands (e.g.^1). #3049 #3055 - Bake now supports the
+=operator to append when using--setfor overrides. #3031 - Docker container driver adds GPU devices to the container if available. #3063
- Annotations can now be set when using overrides with Bake. #2997
- NetBSD binaries are now included in the release. #2901
- The
inspectandcreatecommands now return an error if a node fails to boot. #3062 - Fix double pushing with Docker driver when containerd store is enabled. #3023
- Fix multiple tags being pushed for
imagetools createcommand. Now only the final manifest pushes by tag. #3024
Dependency Changes
- github.com/compose-spec/compose-go/v2 v2.4.7 -> v2.4.8
- github.com/containerd/containerd/v2 v2.0.2 -> v2.0.3
- github.com/docker/cli v28.0.0-rc.2 -> v28.0.1
- github.com/docker/docker v28.0.0-rc.2 -> v28.0.1
- github.com/moby/buildkit v0.20.0 -> v0.20.1
Previous release can be found at v0.21.3