mirror of
https://github.com/moby/buildkit.git
synced 2026-08-09 01:01:08 +00:00
Attestations
BuildKit supports creating and attaching attestations to build artifacts. Generated attestations use the in-toto attestation format.
The currently supported attestation types are:
Upon generation, attestations are attached differently to the export result:
- For the
image,ocianddockerexporters, attestations are exported using the attached attestation storage. - For the
localandtarexporters, attestations are written to separate files within the output directory.