Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/manuals/bake/build-contexts.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# 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)
2 changes: 1 addition & 1 deletion docs/manuals/bake/compose-file.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# 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)
2 changes: 1 addition & 1 deletion docs/manuals/bake/configuring-build.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# 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)
2 changes: 1 addition & 1 deletion docs/manuals/bake/file-definition.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# 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)
2 changes: 1 addition & 1 deletion docs/manuals/bake/hcl-funcs.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# 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)
2 changes: 1 addition & 1 deletion docs/manuals/bake/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# 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)
4 changes: 2 additions & 2 deletions docs/reference/buildx_bake.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Build from a file
Bake is a high-level build command. Each specified target will run in parallel
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.

> **Note**
Expand Down Expand Up @@ -87,7 +87,7 @@ target "db" {
$ 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.

### <a name="no-cache"></a> Do not use cache when building the image (--no-cache)
Expand Down