File tree Expand file tree Collapse file tree 5 files changed +7
-3
lines changed
github.com/docker/buildx/docs Expand file tree Collapse file tree 5 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
# github.com/moby/moby v28.3.3+incompatible
2
2
# github.com/moby/buildkit v0.23.2
3
- # github.com/docker/buildx v0.26.1
3
+ # github.com/docker/buildx v0.27.0
4
4
# github.com/docker/cli v28.3.3+incompatible
5
5
# github.com/docker/compose/v2 v2.39.2
6
6
# github.com/docker/model-cli v0.1.33-0.20250703103301-d4e4936a9eb2
Original file line number Diff line number Diff line change @@ -536,6 +536,7 @@ examples: |-
536
536
* `args`
537
537
* `cache-from`
538
538
* `cache-to`
539
+ * `call`
539
540
* `context`
540
541
* `dockerfile`
541
542
* `entitlements`
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/docker/docs
3
3
go 1.24.5
4
4
5
5
require (
6
- github.com/docker/buildx v0.26.1 // indirect
6
+ github.com/docker/buildx v0.27.0 // indirect
7
7
github.com/docker/cli v28.3.3+incompatible // indirect
8
8
github.com/docker/compose/v2 v2.39.2 // indirect
9
9
github.com/docker/mcp-gateway v0.13.1-0.20250730013131-e08a3be84765 // indirect
@@ -14,7 +14,7 @@ require (
14
14
)
15
15
16
16
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
18
18
github.com/docker/cli => github.com/docker/cli v28.3.3+incompatible
19
19
github.com/docker/compose/v2 => github.com/docker/compose/v2 v2.39.2
20
20
github.com/docker/model-cli => github.com/docker/model-cli v0.1.33-0.20250703103301-d4e4936a9eb2
Original file line number Diff line number Diff line change @@ -34,6 +34,8 @@ github.com/docker/buildx v0.26.0 h1:RiIQZnntdkeLeryOAI0G/WC7mRwcM6CuGD4sZEd1ljQ=
34
34
github.com/docker/buildx v0.26.0 /go.mod h1:oxMC30cSHPaCCkY2j+EqN7uxFikjSzVC0c44lo9b4Fo =
35
35
github.com/docker/buildx v0.26.1 h1:nlj3bVhHK9fV7g6floRvGhPcR0u2hxCPMmObCS1ZKL4 =
36
36
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 =
37
39
github.com/docker/cli v28.2.1+incompatible h1:AYyTcuwvhl9dXdyCiXlOGXiIqSNYzTmaDNpxIISPGsM =
38
40
github.com/docker/cli v28.2.1+incompatible /go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8 =
39
41
github.com/docker/cli v28.3.0+incompatible h1:s+ttruVLhB5ayeuf2BciwDVxYdKi+RoUlxmwNHV3Vfo =
You can’t perform that action at this time.
0 commit comments