Merge pull request #679 from akvadrako/patch-1

Fix link to generally useful functions
pull/694/head
CrazyMax 4 years ago committed by GitHub
commit a6bc4ed21e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -264,7 +264,7 @@ $ TAG=$(git rev-parse --short HEAD) docker buildx bake --print webapp
```
A [set of generally useful functions](https://github.com/docker/buildx/blob/master/bake/hcl.go#L19-L65)
A [set of generally useful functions](https://github.com/docker/buildx/blob/master/bake/hclparser/stdlib.go)
provided by [go-cty](https://github.com/zclconf/go-cty/tree/main/cty/function/stdlib)
are available for use in HCL files. In addition, [user defined functions](https://github.com/hashicorp/hcl/tree/main/ext/userfunc)
are also supported.

Loading…
Cancel
Save