Merge pull request #2666 from tonistiigi/bake-entitlements

bake: enable support for entitlements
This commit is contained in:
Tõnis Tiigi
2024-09-03 10:49:48 -07:00
committed by GitHub
6 changed files with 324 additions and 9 deletions

View File

@ -15,6 +15,7 @@ Build from a file
| Name | Type | Default | Description |
|:------------------------------------|:--------------|:--------|:----------------------------------------------------------------------------------------------------|
| `--allow` | `stringArray` | | Allow build to access specified resources |
| [`--builder`](#builder) | `string` | | Override the configured builder instance |
| [`--call`](#call) | `string` | `build` | Set method for evaluating build (`check`, `outline`, `targets`) |
| [`--check`](#check) | `bool` | | Shorthand for `--call=check` |