Skip to content

Commit 4cb785c

Browse files
committed
docs: update links to moved manuals pages
Signed-off-by: David Karlsson <[email protected]> (cherry picked from commit bc6e94e) Signed-off-by: David Karlsson <[email protected]>
1 parent 99dea6d commit 4cb785c

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
@@ -165,7 +165,7 @@ $ cat metadata.json
165165

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

docs/reference/buildx_build.md

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

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

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

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)