Skip to content

Commit 3ed4ec0

Browse files
build: buildx 0.27.0 release notes (#23280)
## Description * https://github.com/docker/buildx/releases/tag/v0.27.0 ## Related issues or tickets <!-- Related issues, pull requests, or Jira tickets --> ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Technical review - [ ] Editorial review - [ ] Product review --------- Signed-off-by: CrazyMax <[email protected]> Co-authored-by: Allie Sadler <[email protected]>
1 parent 329e0a5 commit 3ed4ec0

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

content/manuals/build/release-notes.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,34 @@ toc_max: 2
1010
This page contains information about the new features, improvements, and bug
1111
fixes in [Docker Buildx](https://github.com/docker/buildx).
1212

13+
## 0.27.0
14+
15+
{{< release-date date="2025-08-20" >}}
16+
17+
The full release notes for this release are available
18+
[on GitHub](https://github.com/docker/buildx/releases/tag/v0.27.0).
19+
20+
### New
21+
22+
- Compose compatibility has been updated to v2.8.1. [docker/buildx#3337](https://github.com/docker/buildx/pull/3337)
23+
24+
### Enhancements
25+
26+
- DAP: Exec shell now restarts with the new container when execution resumes and pauses again. [docker/buildx#3341](https://github.com/docker/buildx/pull/3341)
27+
- DAP: Add `File Explorer` section to variables to inspect filesystem state. [docker/buildx#3327](https://github.com/docker/buildx/pull/3327)
28+
- DAP: Change Dockerfile step order to match more closely with user expectations. [docker/buildx#3325](https://github.com/docker/buildx/pull/3325)
29+
- DAP: Improve determination of the proper parent. [docker/buildx#3366](https://github.com/docker/buildx/pull/3366)
30+
- DAP: Dockerfile nested in the context is now supported. [docker/buildx#3371](https://github.com/docker/buildx/pull/3371)
31+
- Build name shown in history can now be overridden with `BUILDKIT_BUILD_NAME` build argument. [docker/buildx#3330](https://github.com/docker/buildx/pull/3330)
32+
- Bake now supports `homedir()` function. [docker/buildx#3351](https://github.com/docker/buildx/pull/3351)
33+
- Bake default for empty Dockerfile defaults to `Dockerfile` to match the behavior of `build` command. [docker/buildx#3347](https://github.com/docker/buildx/pull/3347)
34+
- Bake supports `pull` and `no_cache` fields for Compose files. [docker/buildx#3352](https://github.com/docker/buildx/pull/3352)
35+
- Sanitize the names of `additional_contexts` from Compose files when building with Bake. [docker/buildx#3361](https://github.com/docker/buildx/pull/3361)
36+
37+
### Bug fixes
38+
39+
- Fix missing WSL libraries in `docker-container` driver when GPU device is requested. [docker/buildx#3320](https://github.com/docker/buildx/pull/3320)
40+
1341
## 0.26.1
1442

1543
{{< release-date date="2025-07-22" >}}

0 commit comments

Comments
 (0)