From bb42d277d576184677daeffa678c8cd91778b3e2 Mon Sep 17 00:00:00 2001 From: David Karlsson <35727626+dvdksn@users.noreply.github.com> Date: Wed, 28 Feb 2024 06:30:42 +0100 Subject: [PATCH] desktop(build): otel and attestation build results Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com> --- content/desktop/use-desktop/builds.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/content/desktop/use-desktop/builds.md b/content/desktop/use-desktop/builds.md index d5a39c9b5a..d5c04d3165 100644 --- a/content/desktop/use-desktop/builds.md +++ b/content/desktop/use-desktop/builds.md @@ -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