Skip to content

Commit 48faab5

Browse files
authored
Merge pull request #2652 from dvdksn/update-build-manuals-links
docs: update links to moved manuals pages
2 parents 96eb69a + f77866f commit 48faab5

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

docs/reference/buildx_bake.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ $ cat metadata.json
164164
```
165165

166166
> [!NOTE]
167-
> Build record [provenance](https://docs.docker.com/build/attestations/slsa-provenance/#provenance-attestation-example)
167+
> Build record [provenance](https://docs.docker.com/build/metadata/attestations/slsa-provenance/#provenance-attestation-example)
168168
> (`buildx.build.provenance`) includes minimal provenance by default. Set the
169169
> `BUILDX_METADATA_PROVENANCE` environment variable to customize this behavior:
170170
> * `min` sets minimal provenance (default).

docs/reference/buildx_build.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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/).
149149
BuildKit 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

670670
Sets 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
672672
image exported to the local image store. The `--output` flag makes this step
673673
configurable allows export of results directly to the client's filesystem, an
674674
OCI image tarball, a registry, and more.
@@ -874,7 +874,7 @@ to a registry if you use the default image store. Alternatively, you can switch
874874
to using the containerd image store.
875875

876876
For 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
896896
to a registry if you use the default image store. Alternatively, you can switch
897897
to 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

docs/reference/buildx_create.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ backend. Buildx supports the following drivers:
120120
* `kubernetes`
121121
* `remote`
122122

123-
For more information about build drivers, see [here](https://docs.docker.com/build/drivers/).
123+
For more information about build drivers, see [here](https://docs.docker.com/build/builders/drivers/).
124124

125125
#### `docker` driver
126126

@@ -167,10 +167,10 @@ Passes additional driver-specific options.
167167
For information about available driver options, refer to the detailed
168168
documentation for the specific driver:
169169

170-
* [`docker` driver](https://docs.docker.com/build/drivers/docker/)
171-
* [`docker-container` driver](https://docs.docker.com/build/drivers/docker-container/)
172-
* [`kubernetes` driver](https://docs.docker.com/build/drivers/kubernetes/)
173-
* [`remote` driver](https://docs.docker.com/build/drivers/remote/)
170+
* [`docker` driver](https://docs.docker.com/build/builders/drivers/docker/)
171+
* [`docker-container` driver](https://docs.docker.com/build/builders/drivers/docker-container/)
172+
* [`kubernetes` driver](https://docs.docker.com/build/builders/drivers/kubernetes/)
173+
* [`remote` driver](https://docs.docker.com/build/builders/drivers/remote/)
174174

175175
### <a name="leave"></a> Remove a node from a builder (--leave)
176176

0 commit comments

Comments
 (0)