Welcome to the v0.27.0-rc1 release of buildx!
This is a pre-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
- Jonathan A. Sternberg
- Sebastiaan van Stijn
- Guillaume Lours
- dependabot[bot]
- Nicolas De Loof
Notable Changes
- Experimental: DAP: Exec shell now restarts with the new container when execution resumes and pauses again. #3341
- Experimental: DAP: Add
File Explorer section to variables to inspect filesystem state. #3327
- Experimental: DAP: Change dockerfile step order to match more closely with user expectations. #3325
- Build name shown in history can now be overridden with
--build-arg BUILDKIT_BUILD_NAME=foo. #3330
- Bake now supports
homedir() function. #3351
- Bake default for empty dockerfile defaults to
Dockerfile to match the behavior of build --file "". #3347
- Bake supports
pull and no_cache keys from the compose file. #3352
- Sanitize the names of
additional_contexts from compose files when building with Bake. #3361
- Compose compatibility has been updated to v2.8.1. #3337
- Fix missing WSL libraries in
docker-container driver when GPU device is used. #3320
Dependency Changes
- github.com/compose-spec/compose-go/v2 891fce532a51 -> v2.8.1
- github.com/containerd/containerd/v2 v2.1.3 -> v2.1.4
- github.com/docker/cli v28.3.2 -> v28.3.3
- github.com/docker/docker v28.3.2 -> v28.3.3
- github.com/moby/buildkit 9b91d20367db -> 955c2b2f7d01
- go.yaml.in/yaml/v3 v3.0.4 new
Previous release can be found at v0.26.1