mirror of https://github.com/docker/docs.git
build fix (#18006)
Co-authored-by: Allie Sadler <alliesadler@f693mt7fh6.home>
This commit is contained in:
parent
0bcb94a38f
commit
bbe9996f46
|
@ -7,7 +7,9 @@ description: 'Introduction to SBOM and provenance attestations with Docker Build
|
|||
'
|
||||
---
|
||||
|
||||
{% include build-feature-state.md buildkit_v=">=0.11" buildx_v=">=0.10" %}
|
||||
> **Note**
|
||||
>
|
||||
> This feature is supported in BuildKit version `>=0.11` and Buildx version `>=0.10`.
|
||||
|
||||
Build attestations describe how an image was built, and what it contains. The
|
||||
attestations are created at build-time by BuildKit, and become attached to the
|
||||
|
|
|
@ -4,7 +4,9 @@ keywords: build, attestations, sbom
|
|||
description: SBOM build attestations
|
||||
---
|
||||
|
||||
{% include build-feature-state.md buildkit_v=">=0.11" buildx_v=">=0.10" %}
|
||||
> **Note**
|
||||
>
|
||||
> This feature is supported in BuildKit version `>=0.11` and Buildx version `>=0.10`.
|
||||
|
||||
Software Bill of Materials (SBOM) attestations describe what software artifacts
|
||||
an image contains, and artifacts used to create the image. Metadata included in
|
||||
|
|
|
@ -4,7 +4,9 @@ keywords: build, attestations, provenance, slsa
|
|||
description: Provenance build attestations
|
||||
---
|
||||
|
||||
{% include build-feature-state.md buildkit_v=">=0.11" buildx_v=">=0.10" %}
|
||||
> **Note**
|
||||
>
|
||||
> This feature is supported in BuildKit version `>=0.11` and Buildx version `>=0.10`.
|
||||
|
||||
The provenance attestations include facts about the build process, including
|
||||
details such as:
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
> This feature is supported in BuildKit version `{{ include.buildkit_v }}`
|
||||
> and Buildx version `{{ include.buildx_v }}`.
|
Loading…
Reference in New Issue