Co-authored-by: Allie Sadler <alliesadler@f693mt7fh6.home>
This commit is contained in:
Allie Sadler 2023-08-23 14:56:09 +01:00 committed by GitHub
parent 0bcb94a38f
commit bbe9996f46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 5 deletions

View File

@ -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 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 attestations are created at build-time by BuildKit, and become attached to the

View File

@ -4,7 +4,9 @@ keywords: build, attestations, sbom
description: SBOM build attestations 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 Software Bill of Materials (SBOM) attestations describe what software artifacts
an image contains, and artifacts used to create the image. Metadata included in an image contains, and artifacts used to create the image. Metadata included in

View File

@ -4,7 +4,9 @@ keywords: build, attestations, provenance, slsa
description: Provenance build attestations 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 The provenance attestations include facts about the build process, including
details such as: details such as:

View File

@ -1,2 +0,0 @@
> This feature is supported in BuildKit version `{{ include.buildkit_v }}`
> and Buildx version `{{ include.buildx_v }}`.