Welcome to the v0.11.0 release of buildx!
Please try out the release binaries and report any issues at https://github.com/docker/buildx/issues.
--load now supports loading multi-platform images when used with the containerd image store in moby #1813
Commands now display the current builder name in the build progress output #1177
Bake now supports matrix builds. The new matrix field on target blocks allows easily creating multiple similar sets of targets to remove duplication in bake files #1690 docs
New experimental --detach flag for the build command to run the build in a detached server, allowing attaching to the build later using debug-shell (requires BUILDX_EXPERIMENTAL=1) #1296 #1620 #1614 #1737 #1755
docs
New monitor mode commands exec and attach to allow spawning additional processes in a debugging session (requires BUILDX_EXPERIMENTAL=1) #1626 docs
New experimental debug-shell command to directly start the build debugging monitor without starting a build, allowing connecting to previously --detached builds (requires BUILDX_EXPERIMENTAL=1) #1640
docs
New experimental --invoke=on-error option for the --invoke command to start the build debugging monitor at the point at which a build fails (requires BUILDX_EXPERIMENTAL=1) #1640 docs
Bake now supports detecting compose.yml/compose.yaml files in addition to docker-compose.yml/docker-compose.yaml #1752
Bake now supports new compose build keys dockerfile_inline and additional_contexts #1784 docs
Bake now supports replace HCL function #1720
Initial support for CLI command completion, including: builder names, folder names for build commands and bake targets #1727
Builds support the new EXPERIMENTAL_BUILDKIT_SOURCE_POLICY environment variable to set the path to a source policy docs #1628
BuildKit versions are correctly displayed in buildx ls and buildx inspect for builders using the Docker driver #1552
Display additional builder node details in buildx inspect view #1440 #1854
Builders using the remote driver allow using TLS without proving its own key/cert (if BuildKit remote is configured to support it) #1693
Builders using the kubernetes driver allow automatically generating the node name if not provided #1673
Builders using the kubernetes driver support a new serviceaccount option, which will set the created pod's serviceAccountName #1597
Builders using the kubernetes driver support the proxy-url kubeconfig option docs #1780
Bake now allows merging multiple similar attestation parameters into a single parameter to allow overriding with a single global value #1699
Fix possible panic when no builders are available #1732
Fix docker-container driver hang on container panic #1772
Fix invalid path when writing certificates for docker-container driver on Windows #1831
Fix bake failure when remote bake file is accessed using SSH #1711 #1734
Fix bake failure when remote bake context is incorrectly resolved #1783
Fix path resolution of BAKE_CMD_CONTEXT and cwd:// paths in bake contexts #1840
Fix mixed OCI and Docker media types when creating images using imagetools create #1797
Fix mismatched image id between --iidfile and -q #1844
Fix opaque error messages on invalid edge-case git urls #1710 #1733
Fix previously discarded error messages from logrus #1853
Fix AWS authentication when mixing static creds and IAM profiles #1816
Fix race in printer so that logrus warning messages appear at the end of the build deterministically #1794
Fix connection leak for feature check on default docker driver #1776
Previous release can be found at v0.10.4
Fetched March 31, 2026