mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-07-25 04:38:03 +08:00
docs: refactor bake file reference
Signed-off-by: David Karlsson <david.karlsson@docker.com>
This commit is contained in:

committed by
Justin Chadwell

parent
0589f69206
commit
f8483d7243
File diff suppressed because it is too large
Load Diff
@@ -1,3 +1,3 @@
|
||||
# Bake file definition
|
||||
|
||||
This page has moved to [Docker Docs website](https://docs.docker.com/build/bake/file-definition)
|
||||
This page has moved to [docs/bake-reference.md](../../bake-reference.md)
|
||||
|
@@ -87,8 +87,8 @@ target "db" {
|
||||
$ docker buildx bake -f docker-bake.dev.hcl db webapp-release
|
||||
```
|
||||
|
||||
See our [file definition](https://docs.docker.com/build/bake/file-definition/)
|
||||
guide for more details.
|
||||
See the [Bake file reference](https://docs.docker.com/build/bake/reference/)
|
||||
for more details.
|
||||
|
||||
### <a name="no-cache"></a> Do not use cache when building the image (--no-cache)
|
||||
|
||||
|
Reference in New Issue
Block a user