mirror of
https://github.com/moby/buildkit.git
synced 2026-06-24 08:47:57 +00:00
640 B
640 B
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.