mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-07-03 09:57:41 +08:00
build: added attest field
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
parent
2dffed3f3a
commit
caf7d2ec9b
@ -49,6 +49,7 @@ Complete list of valid target fields available for [HCL](#hcl-definition) and
|
|||||||
| Name | Type | Description |
|
| Name | Type | Description |
|
||||||
|---------------------|--------|---------------------------------------------------------------------------------------------------------------------------------|
|
|---------------------|--------|---------------------------------------------------------------------------------------------------------------------------------|
|
||||||
| `args` | Map | Set build-time variables (same as [`--build-arg` flag](../../engine/reference/commandline/buildx_build.md)) |
|
| `args` | Map | Set build-time variables (same as [`--build-arg` flag](../../engine/reference/commandline/buildx_build.md)) |
|
||||||
|
| `attest` | Map | Define attestations that should be applied to the image, see [SBOM attestations](../attestations/sbom.md) and [Provenance attestations](../attestations/slsa-provenance.md) |
|
||||||
| `cache-from` | List | External cache sources (same as [`--cache-from` flag](../../engine/reference/commandline/buildx_build.md)) |
|
| `cache-from` | List | External cache sources (same as [`--cache-from` flag](../../engine/reference/commandline/buildx_build.md)) |
|
||||||
| `cache-to` | List | Cache export destinations (same as [`--cache-to` flag](../../engine/reference/commandline/buildx_build.md)) |
|
| `cache-to` | List | Cache export destinations (same as [`--cache-to` flag](../../engine/reference/commandline/buildx_build.md)) |
|
||||||
| `context` | String | Set of files located in the specified path or URL |
|
| `context` | String | Set of files located in the specified path or URL |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user