vendor: github.com/docker/buildx v0.30.0

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
jsternberg
2025-11-12 21:16:00 +00:00
committed by David Karlsson
parent 962c42c50b
commit 91004c582d
11 changed files with 1465 additions and 120 deletions

View File

@@ -883,7 +883,7 @@ This is the same as the `--no-cache` flag for `docker build`.
```hcl
target "default" {
no-cache = 1
no-cache = true
}
```
@@ -1099,7 +1099,7 @@ or interpolate them in attribute values in your Bake file.
variable "TAG" {
type = string
default = "latest"
description: "Tag to use for build"
description = "Tag to use for build"
}
target "webapp-dev" {

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
# github.com/moby/moby/api v1.52.0
# github.com/moby/buildkit v0.25.2
# github.com/docker/buildx v0.29.1
# github.com/moby/buildkit v0.26.0
# github.com/docker/buildx v0.30.0
# github.com/docker/cli v29.0.0+incompatible
# github.com/docker/compose/v2 v2.40.3
# github.com/docker/model-runner/cmd/cli v0.1.44