Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions content/manuals/build/bake/funcs.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,6 @@ $ docker buildx bake --print webapp
You can make references to [variables](./variables) and standard library
functions inside your functions.

You can't reference user-defined functions from other functions.

The following example uses a global variable (`REPO`) in a custom function.

```hcl {title=docker-bake.hcl}
Expand Down
Loading