Skip to content

Commit 5c9c55e

Browse files
authored
Merge pull request #24448 from docker/fix/issue-23826-bake-user-defined-functions
docs: remove incorrect statement about user-defined function references in Bake
2 parents 3eef0f5 + dd4e3ab commit 5c9c55e

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

content/manuals/build/bake/funcs.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,6 @@ $ docker buildx bake --print webapp
109109
You can make references to [variables](./variables) and standard library
110110
functions inside your functions.
111111

112-
You can't reference user-defined functions from other functions.
113-
114112
The following example uses a global variable (`REPO`) in a custom function.
115113

116114
```hcl {title=docker-bake.hcl}

0 commit comments

Comments
 (0)