mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-05-18 17:37:46 +08:00
docs: fix broken link in buildx_bake CLI reference
Signed-off-by: David Karlsson <david.karlsson@docker.com>
This commit is contained in:
parent
5b3083e9e1
commit
ba8fa6c403
@ -1,3 +1,3 @@
|
|||||||
# Defining additional build contexts and linking targets
|
# Defining additional build contexts and linking targets
|
||||||
|
|
||||||
Moved to [docs.docker.com](https://docs.docker.com/build/customize/bake/build-contexts)
|
Moved to [docs.docker.com](https://docs.docker.com/build/bake/build-contexts)
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
# Building from Compose file
|
# Building from Compose file
|
||||||
|
|
||||||
Moved to [docs.docker.com](https://docs.docker.com/build/customize/bake/compose-file)
|
Moved to [docs.docker.com](https://docs.docker.com/build/bake/compose-file)
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
# Configuring builds
|
# Configuring builds
|
||||||
|
|
||||||
Moved to [docs.docker.com](https://docs.docker.com/build/customize/bake/configuring-build)
|
Moved to [docs.docker.com](https://docs.docker.com/build/bake/configuring-build)
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
# Bake file definition
|
# Bake file definition
|
||||||
|
|
||||||
Moved to [docs.docker.com](https://docs.docker.com/build/customize/bake/file-definition)
|
Moved to [docs.docker.com](https://docs.docker.com/build/bake/file-definition)
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
# User defined HCL functions
|
# User defined HCL functions
|
||||||
|
|
||||||
Moved to [docs.docker.com](https://docs.docker.com/build/customize/bake/hcl-funcs)
|
Moved to [docs.docker.com](https://docs.docker.com/build/bake/hcl-funcs)
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
# High-level build options with Bake
|
# High-level build options with Bake
|
||||||
|
|
||||||
Moved to [docs.docker.com](https://docs.docker.com/build/customize/bake)
|
Moved to [docs.docker.com](https://docs.docker.com/build/bake)
|
||||||
|
@ -36,7 +36,7 @@ Build from a file
|
|||||||
Bake is a high-level build command. Each specified target will run in parallel
|
Bake is a high-level build command. Each specified target will run in parallel
|
||||||
as part of the build.
|
as part of the build.
|
||||||
|
|
||||||
Read [High-level build options with Bake](https://docs.docker.com/build/customize/bake/)
|
Read [High-level build options with Bake](https://docs.docker.com/build/bake/)
|
||||||
guide for introduction to writing bake files.
|
guide for introduction to writing bake files.
|
||||||
|
|
||||||
> **Note**
|
> **Note**
|
||||||
@ -87,7 +87,7 @@ target "db" {
|
|||||||
$ docker buildx bake -f docker-bake.dev.hcl db webapp-release
|
$ docker buildx bake -f docker-bake.dev.hcl db webapp-release
|
||||||
```
|
```
|
||||||
|
|
||||||
See our [file definition](https://docs.docker.com/build/customize/bake/file-definition/)
|
See our [file definition](https://docs.docker.com/build/bake/file-definition/)
|
||||||
guide for more details.
|
guide for more details.
|
||||||
|
|
||||||
### <a name="no-cache"></a> Do not use cache when building the image (--no-cache)
|
### <a name="no-cache"></a> Do not use cache when building the image (--no-cache)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user