From bae9bff81e3254164a3ed8e392812fbbd2e95148 Mon Sep 17 00:00:00 2001 From: crazy-max <1951866+crazy-max@users.noreply.github.com> Date: Wed, 20 Aug 2025 09:49:04 +0000 Subject: [PATCH] vendor: github.com/docker/buildx v0.27.0 Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- _vendor/github.com/docker/buildx/docs/bake-stdlib.md | 1 + _vendor/modules.txt | 2 +- data/buildx/docker_buildx_bake.yaml | 1 + go.mod | 4 ++-- go.sum | 2 ++ 5 files changed, 7 insertions(+), 3 deletions(-) diff --git a/_vendor/github.com/docker/buildx/docs/bake-stdlib.md b/_vendor/github.com/docker/buildx/docs/bake-stdlib.md index a26128dd4ae1..b9879abbf1e5 100644 --- a/_vendor/github.com/docker/buildx/docs/bake-stdlib.md +++ b/_vendor/github.com/docker/buildx/docs/bake-stdlib.md @@ -43,6 +43,7 @@ title: Bake standard library functions | `greaterthan` | Returns true if and only if the second number is greater than the first. | | `greaterthanorequalto` | Returns true if and only if the second number is greater than or equal to the first. | | `hasindex` | Returns true if if the given collection can be indexed with the given key without producing an error, or false otherwise. | +| `homedir` | Returns the current user's home directory. | | `indent` | Adds a given number of spaces after each newline character in the given string. | | `index` | Returns the element with the given key from the given collection, or raises an error if there is no such element. | | `indexof` | Finds the element index for a given value in a list. | diff --git a/_vendor/modules.txt b/_vendor/modules.txt index 88600536a093..174bb5100559 100644 --- a/_vendor/modules.txt +++ b/_vendor/modules.txt @@ -1,6 +1,6 @@ # github.com/moby/moby v28.3.3+incompatible # github.com/moby/buildkit v0.23.2 -# github.com/docker/buildx v0.26.1 +# github.com/docker/buildx v0.27.0 # github.com/docker/cli v28.3.3+incompatible # github.com/docker/compose/v2 v2.39.2 # github.com/docker/model-cli v0.1.33-0.20250703103301-d4e4936a9eb2 diff --git a/data/buildx/docker_buildx_bake.yaml b/data/buildx/docker_buildx_bake.yaml index a6b9a0f3ebf4..3aec9c71e871 100644 --- a/data/buildx/docker_buildx_bake.yaml +++ b/data/buildx/docker_buildx_bake.yaml @@ -536,6 +536,7 @@ examples: |- * `args` * `cache-from` * `cache-to` + * `call` * `context` * `dockerfile` * `entitlements` diff --git a/go.mod b/go.mod index e6cd5c0a4d8e..ade208f7372d 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/docker/docs go 1.24.5 require ( - github.com/docker/buildx v0.26.1 // indirect + github.com/docker/buildx v0.27.0 // indirect github.com/docker/cli v28.3.3+incompatible // indirect github.com/docker/compose/v2 v2.39.2 // indirect github.com/docker/mcp-gateway v0.13.1-0.20250730013131-e08a3be84765 // indirect @@ -14,7 +14,7 @@ require ( ) replace ( - github.com/docker/buildx => github.com/docker/buildx v0.26.1 + github.com/docker/buildx => github.com/docker/buildx v0.27.0 github.com/docker/cli => github.com/docker/cli v28.3.3+incompatible github.com/docker/compose/v2 => github.com/docker/compose/v2 v2.39.2 github.com/docker/model-cli => github.com/docker/model-cli v0.1.33-0.20250703103301-d4e4936a9eb2 diff --git a/go.sum b/go.sum index 6f2a6902c054..e29e45547c5a 100644 --- a/go.sum +++ b/go.sum @@ -34,6 +34,8 @@ github.com/docker/buildx v0.26.0 h1:RiIQZnntdkeLeryOAI0G/WC7mRwcM6CuGD4sZEd1ljQ= github.com/docker/buildx v0.26.0/go.mod h1:oxMC30cSHPaCCkY2j+EqN7uxFikjSzVC0c44lo9b4Fo= github.com/docker/buildx v0.26.1 h1:nlj3bVhHK9fV7g6floRvGhPcR0u2hxCPMmObCS1ZKL4= github.com/docker/buildx v0.26.1/go.mod h1:oxMC30cSHPaCCkY2j+EqN7uxFikjSzVC0c44lo9b4Fo= +github.com/docker/buildx v0.27.0 h1:8QQOqIAMpDItzlmYO5ua/AR2Qttu07hHeOeOxPSbUR8= +github.com/docker/buildx v0.27.0/go.mod h1:omZ9N6owYkRoAN79fq+Dfa0RwfR3iblCGuUyThovCpM= github.com/docker/cli v28.2.1+incompatible h1:AYyTcuwvhl9dXdyCiXlOGXiIqSNYzTmaDNpxIISPGsM= github.com/docker/cli v28.2.1+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8= github.com/docker/cli v28.3.0+incompatible h1:s+ttruVLhB5ayeuf2BciwDVxYdKi+RoUlxmwNHV3Vfo=