Update buildx reference to v0.29.0 (#23477)

Update the buildx reference documentation to keep in sync with the
latest release `v0.29.0`

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: jsternberg <1212129+jsternberg@users.noreply.github.com>
This commit is contained in:
docker-tools-robot
2025-10-01 10:29:00 +02:00
committed by GitHub
parent 47546555f8
commit d4b5b929d0
10 changed files with 93 additions and 20 deletions

View File

@@ -1099,6 +1099,7 @@ or interpolate them in attribute values in your Bake file.
variable "TAG" {
type = string
default = "latest"
description: "Tag to use for build"
}
target "webapp-dev" {
@@ -1111,6 +1112,8 @@ You can assign a default value for a variable in the Bake file,
or assign a `null` value to it. If you assign a `null` value,
Buildx uses the default value from the Dockerfile instead.
You can also add a description of the variable's purpose with the `description` field. This attribute is useful when combined with the `docker buildx bake --list=variables` option, providing a more informative output when listing the available variables in a Bake file.
You can override variable defaults set in the Bake file using environment variables.
The following example sets the `TAG` variable to `dev`,
overriding the default `latest` value shown in the previous example.

View File

@@ -1,6 +1,6 @@
# github.com/moby/moby v28.4.0+incompatible
# github.com/moby/buildkit v0.24.0
# github.com/docker/buildx v0.28.0
# github.com/moby/buildkit v0.25.0
# github.com/docker/buildx v0.29.0
# github.com/docker/cli v28.4.0+incompatible
# github.com/docker/compose/v2 v2.39.4
# github.com/docker/model-cli v0.1.41