Skip to content

Commit c3af82f

Browse files
committed
buildx: update to buildx 0.20.0 release notes
Signed-off-by: CrazyMax <[email protected]>
1 parent c71c741 commit c3af82f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

content/manuals/build/release-notes.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,16 @@ fixes in [Docker Buildx](https://github.com/docker/buildx).
1717
The full release note for this release is available
1818
[on GitHub](https://github.com/docker/buildx/releases/tag/v0.20.0).
1919

20+
> [!NOTE]
21+
> This version of buildx enables filesystem entitlement checks for `buildx bake`
22+
> command by default. If your Bake definition needs to read or write files
23+
> outside your current working directory, you need to allow access to these
24+
> paths with `--allow fs=<path|*>`. On the terminal, you can also interactively
25+
> approve these paths with the provided prompt. Optionally, you can disable
26+
> these checks by setting `BUILDX_BAKE_ENTITLEMENTS_FS=0`. This validation
27+
> produced a warning in Buildx v0.19.0+, but starting from current release it
28+
> produces an error. [docs](/reference/cli/docker/buildx/bake.md#allow)
29+
2030
### New
2131

2232
- New `buildx history` command has been added that allows working with build records of completed and running builds. You can use these commands to list, inspect, remove your builds, replay the logs of already completed builds, and quickly open your builds in Docker Desktop Build UI for further debugging. This is an early version of this command and we expect to add more features in the future releases. [#2891](https://github.com/docker/buildx/pull/2891), [#2925](https://github.com/docker/buildx/pull/2925)

0 commit comments

Comments
 (0)