| --allow stringArray | Allow extra privileged entitlement, e.g. network.host, security.insecure
| -f, --file stringArray | Build definition file
| -f, --file stringArray | Build definition file
| --no-cache | Do not use cache when building the image
| --no-cache | Do not use cache when building the image
| --print | Print the options without building
| --print | Print the options without building
@ -507,6 +508,10 @@ Options:
| --pull | Always attempt to pull a newer version of the image
| --pull | Always attempt to pull a newer version of the image
| --set stringArray | Override target value (eg: target.key=value)
| --set stringArray | Override target value (eg: target.key=value)
#### `--allow=ENTITLEMENT`
Same as [`build --allow`](#--allowentitlement).
#### `-f, --file FILE`
#### `-f, --file FILE`
Specifies the bake definition file. The file can be a Docker Compose, JSON or HCL file. If multiple files are specified they are all read and configurations are combined. By default, if no files are specified, the following are parsed:
Specifies the bake definition file. The file can be a Docker Compose, JSON or HCL file. If multiple files are specified they are all read and configurations are combined. By default, if no files are specified, the following are parsed: