File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -18,14 +18,15 @@ The full release note for this release is available
1818[ on GitHub] ( https://github.com/docker/buildx/releases/tag/v0.20.0 ) .
1919
2020> [ !NOTE]
21+ >
2122> This version of buildx enables filesystem entitlement checks for ` buildx bake `
2223> command by default. If your Bake definition needs to read or write files
2324> outside your current working directory, you need to allow access to these
2425> paths with ` --allow fs=<path|*> ` . On the terminal, you can also interactively
2526> approve these paths with the provided prompt. Optionally, you can disable
2627> these checks by setting ` BUILDX_BAKE_ENTITLEMENTS_FS=0 ` . This validation
2728> 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+ > produces an error. For more information, see the [ reference documentation ] ( /reference/cli/docker/buildx/bake.md#allow ) .
2930
3031### New
3132
You can’t perform that action at this time.
0 commit comments