mirror of https://github.com/docker/docs.git
desktop(build): otel and attestation build results
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
parent
4a791078b9
commit
bb42d277d5
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue