@@ -145,15 +145,15 @@ For more information about annotations, see
145145--attest=type=provenance,...
146146```
147147
148- Create [ image attestations] ( https://docs.docker.com/build/attestations/ ) .
148+ Create [ image attestations] ( https://docs.docker.com/build/metadata/ attestations/ ) .
149149BuildKit currently supports:
150150
151151- ` sbom ` - Software Bill of Materials.
152152
153153 Use ` --attest=type=sbom ` to generate an SBOM for an image at build-time.
154154 Alternatively, you can use the [ ` --sbom ` shorthand] ( #sbom ) .
155155
156- For more information, see [ here] ( https://docs.docker.com/build/attestations/sbom/ ) .
156+ For more information, see [ here] ( https://docs.docker.com/build/metadata/ attestations/sbom/ ) .
157157
158158- ` provenance ` - SLSA Provenance
159159
@@ -163,7 +163,7 @@ BuildKit currently supports:
163163 By default, a minimal provenance attestation will be created for the build
164164 result, which will only be attached for images pushed to registries.
165165
166- For more information, see [ here] ( https://docs.docker.com/build/attestations/slsa-provenance/ ) .
166+ For more information, see [ here] ( https://docs.docker.com/build/metadata/ attestations/slsa-provenance/ ) .
167167
168168### <a name =" allow " ></a > Allow extra privileged entitlement (--allow)
169169
@@ -583,7 +583,7 @@ $ cat metadata.json
583583```
584584
585585> [ !NOTE]
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>
@@ -668,7 +668,7 @@ The arguments for the `--no-cache-filter` flag must be names of stages.
668668```
669669
670670Sets the export action for the build result. The default output, when using the
671- ` docker ` [ build driver] ( https://docs.docker.com/build/drivers/ ) , is a container
671+ ` docker ` [ build driver] ( https://docs.docker.com/build/builders/ drivers/ ) , is a container
672672image exported to the local image store. The ` --output ` flag makes this step
673673configurable allows export of results directly to the client's filesystem, an
674674OCI image tarball, a registry, and more.
@@ -874,7 +874,7 @@ to a registry if you use the default image store. Alternatively, you can switch
874874to using the containerd image store.
875875
876876For more information about provenance attestations, see
877- [ here] ( https://docs.docker.com/build/attestations/slsa-provenance/ ) .
877+ [ here] ( https://docs.docker.com/build/metadata/ attestations/slsa-provenance/ ) .
878878
879879### <a name =" push " ></a > Push the build result to a registry (--push)
880880
@@ -896,7 +896,7 @@ attestations. Provenance attestations only persist for images pushed directly
896896to a registry if you use the default image store. Alternatively, you can switch
897897to using the containerd image store.
898898
899- For more information, see [ here] ( https://docs.docker.com/build/attestations/sbom/ ) .
899+ For more information, see [ here] ( https://docs.docker.com/build/metadata/ attestations/sbom/ ) .
900900
901901### <a name =" secret " ></a > Secret to expose to the build (--secret)
902902
0 commit comments