Skip to content

Commit 329e0a5

Browse files
Update buildx reference to v0.27.0 (#23278)
Update the buildx reference documentation to keep in sync with the latest release `v0.27.0` Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: crazy-max <[email protected]>
1 parent 26d2041 commit 329e0a5

File tree

5 files changed

+7
-3
lines changed

5 files changed

+7
-3
lines changed

_vendor/github.com/docker/buildx/docs/bake-stdlib.md

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# github.com/moby/moby v28.3.3+incompatible
22
# github.com/moby/buildkit v0.23.2
3-
# github.com/docker/buildx v0.26.1
3+
# github.com/docker/buildx v0.27.0
44
# github.com/docker/cli v28.3.3+incompatible
55
# github.com/docker/compose/v2 v2.39.2
66
# github.com/docker/model-cli v0.1.33-0.20250703103301-d4e4936a9eb2

data/buildx/docker_buildx_bake.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -536,6 +536,7 @@ examples: |-
536536
* `args`
537537
* `cache-from`
538538
* `cache-to`
539+
* `call`
539540
* `context`
540541
* `dockerfile`
541542
* `entitlements`

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/docker/docs
33
go 1.24.5
44

55
require (
6-
github.com/docker/buildx v0.26.1 // indirect
6+
github.com/docker/buildx v0.27.0 // indirect
77
github.com/docker/cli v28.3.3+incompatible // indirect
88
github.com/docker/compose/v2 v2.39.2 // indirect
99
github.com/docker/mcp-gateway v0.13.1-0.20250730013131-e08a3be84765 // indirect
@@ -14,7 +14,7 @@ require (
1414
)
1515

1616
replace (
17-
github.com/docker/buildx => github.com/docker/buildx v0.26.1
17+
github.com/docker/buildx => github.com/docker/buildx v0.27.0
1818
github.com/docker/cli => github.com/docker/cli v28.3.3+incompatible
1919
github.com/docker/compose/v2 => github.com/docker/compose/v2 v2.39.2
2020
github.com/docker/model-cli => github.com/docker/model-cli v0.1.33-0.20250703103301-d4e4936a9eb2

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ github.com/docker/buildx v0.26.0 h1:RiIQZnntdkeLeryOAI0G/WC7mRwcM6CuGD4sZEd1ljQ=
3434
github.com/docker/buildx v0.26.0/go.mod h1:oxMC30cSHPaCCkY2j+EqN7uxFikjSzVC0c44lo9b4Fo=
3535
github.com/docker/buildx v0.26.1 h1:nlj3bVhHK9fV7g6floRvGhPcR0u2hxCPMmObCS1ZKL4=
3636
github.com/docker/buildx v0.26.1/go.mod h1:oxMC30cSHPaCCkY2j+EqN7uxFikjSzVC0c44lo9b4Fo=
37+
github.com/docker/buildx v0.27.0 h1:8QQOqIAMpDItzlmYO5ua/AR2Qttu07hHeOeOxPSbUR8=
38+
github.com/docker/buildx v0.27.0/go.mod h1:omZ9N6owYkRoAN79fq+Dfa0RwfR3iblCGuUyThovCpM=
3739
github.com/docker/cli v28.2.1+incompatible h1:AYyTcuwvhl9dXdyCiXlOGXiIqSNYzTmaDNpxIISPGsM=
3840
github.com/docker/cli v28.2.1+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
3941
github.com/docker/cli v28.3.0+incompatible h1:s+ttruVLhB5ayeuf2BciwDVxYdKi+RoUlxmwNHV3Vfo=

0 commit comments

Comments
 (0)