@@ -144,15 +144,15 @@ For more information about annotations, see
144144--attest=type=provenance,...
145145```
146146
147- Create [ image attestations] ( https://docs.docker.com/build/attestations/ ) .
147+ Create [ image attestations] ( https://docs.docker.com/build/metadata/ attestations/ ) .
148148BuildKit currently supports:
149149
150150- ` sbom ` - Software Bill of Materials.
151151
152152 Use ` --attest=type=sbom ` to generate an SBOM for an image at build-time.
153153 Alternatively, you can use the [ ` --sbom ` shorthand] ( #sbom ) .
154154
155- For more information, see [ here] ( https://docs.docker.com/build/attestations/sbom/ ) .
155+ For more information, see [ here] ( https://docs.docker.com/build/metadata/ attestations/sbom/ ) .
156156
157157- ` provenance ` - SLSA Provenance
158158
@@ -162,7 +162,7 @@ BuildKit currently supports:
162162 By default, a minimal provenance attestation will be created for the build
163163 result, which will only be attached for images pushed to registries.
164164
165- For more information, see [ here] ( https://docs.docker.com/build/attestations/slsa-provenance/ ) .
165+ For more information, see [ here] ( https://docs.docker.com/build/metadata/ attestations/slsa-provenance/ ) .
166166
167167### <a name =" allow " ></a > Allow extra privileged entitlement (--allow)
168168
@@ -583,7 +583,7 @@ $ cat metadata.json
583583
584584> ** Note**
585585>
586- > Build record [ provenance] ( https://docs.docker.com/build/attestations/slsa-provenance/#provenance-attestation-example )
586+ > Build record [ provenance] ( https://docs.docker.com/build/metadata/ attestations/slsa-provenance/#provenance-attestation-example )
587587> (` buildx.build.provenance ` ) includes minimal provenance by default. Set the
588588> ` BUILDX_METADATA_PROVENANCE ` environment variable to customize this behavior:
589589>
@@ -669,7 +669,7 @@ The arguments for the `--no-cache-filter` flag must be names of stages.
669669```
670670
671671Sets the export action for the build result. The default output, when using the
672- ` docker ` [ build driver] ( https://docs.docker.com/build/drivers/ ) , is a container
672+ ` docker ` [ build driver] ( https://docs.docker.com/build/builders/ drivers/ ) , is a container
673673image exported to the local image store. The ` --output ` flag makes this step
674674configurable allows export of results directly to the client's filesystem, an
675675OCI image tarball, a registry, and more.
@@ -877,7 +877,7 @@ to a registry if you use the default image store. Alternatively, you can switch
877877to using the containerd image store.
878878
879879For more information about provenance attestations, see
880- [ here] ( https://docs.docker.com/build/attestations/slsa-provenance/ ) .
880+ [ here] ( https://docs.docker.com/build/metadata/ attestations/slsa-provenance/ ) .
881881
882882### <a name =" push " ></a > Push the build result to a registry (--push)
883883
@@ -899,7 +899,7 @@ attestations. Provenance attestations only persist for images pushed directly
899899to a registry if you use the default image store. Alternatively, you can switch
900900to using the containerd image store.
901901
902- For more information, see [ here] ( https://docs.docker.com/build/attestations/sbom/ ) .
902+ For more information, see [ here] ( https://docs.docker.com/build/metadata/ attestations/sbom/ ) .
903903
904904### <a name =" secret " ></a > Secret to expose to the build (--secret)
905905
0 commit comments