desktop(build): otel and attestation build results

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
David Karlsson 2024-02-28 06:30:42 +01:00
parent 4a791078b9
commit bb42d277d5
1 changed files with 11 additions and 2 deletions

View File

@ -105,8 +105,17 @@ The **Configuration** section of the Info tab shows parameters passed to the bui
### Outputs and artifacts
The **Build results** section shows a summary of the generated build artifacts,
including the image manifest media type and digest, and information about build
attestations such as SBOM and provenance data.
including image manifest details, attestations, and Open Telemetry traces.
Attestations are metadata records attached to a container image.
The metadata describes something about the image,
for example how it was built or what packages it contains.
For more information about attestations, see [Build attestations](../../build/attestations/_index.md).
Open Telemetry traces for builds capture information about the build execution
steps in Buildx and BuildKit. You can view and analyze the traces yourself
using a trace visualization tool like Jaeger. Refer to
[OpenTelemetry support](../../build/building/opentelemetry.md) for more information.
### Dockerfile source and errors