Skip to content

Releases: docker/buildx

v0.31.0-rc2

16 Jan 23:27
v0.31.0-rc2
9c33ef3

Choose a tag to compare

v0.31.0-rc2 Pre-release
Pre-release

buildx 0.31.0-rc2

Welcome to the v0.31.0-rc2 release of buildx!
This is a pre-release of buildx

Please try out the release binaries and report any issues at
https://github.com/docker/buildx/issues.

Contributors

  • Tõnis Tiigi
  • CrazyMax
  • Sebastiaan van Stijn

Notable Changes

  • Bake command has a new --var flag to set variable values from the command line instead of setting environment variables. #3610
  • New buildx policy test command has been added to help validate build policies against test configurations. #3592
  • When building images from Docker Hardened Images (dhi.io) and Docker Scout registries, authentication will now automatically fall back to Docker Hub credentials if no specific credentials are found. #3612
  • Various improvements and fixes to the build policy feature, including better logging, new built-in helpers, and fixes for image source handling. #3611

Dependency Changes

  • github.com/moby/buildkit v0.27.0-rc1 -> v0.27.0-rc2
  • github.com/sirupsen/logrus dd1b4c2e81af -> v1.9.4

Previous release can be found at v0.31.0-rc1

v0.31.0-rc1

15 Jan 04:27
v0.31.0-rc1
b9b2435

Choose a tag to compare

v0.31.0-rc1 Pre-release
Pre-release

Welcome to the v0.31.0-rc1 release of buildx!
This is a pre-release of buildx

Please try out the release binaries and report any issues at
https://github.com/docker/buildx/issues.

Contributors

  • Tõnis Tiigi
  • CrazyMax
  • Sebastiaan van Stijn
  • Jonathan A. Sternberg
  • Justin Chadwell
  • Akihiro Suda
  • Brian Goff
  • David Karlsson
  • Paweł Gronowski
  • Sergei Khomenkov
  • guimove

Notable changes

  • This is a first version of Buildx with signed artifacts built using Docker Github Builder
  • This release comes with new experimental support for source policy enforcement during builds using policies written in Rego language. There are some limitations in this release, for example, only builds from the local build context currently load policies. #3593 #3539
    • Matching policy for Dockerfile is loaded automatically if one exists, e.g., Dockerfile.rego or app.Dockerfile.rego.
    • Additional policy configuration can be provided using new build --policy flag.
    • Bake also supports automatic policy loading and a new policy key in the target configuration.
    • New buildx policy command includes subcommands eval and test to help you write and test your policies.
  • When creating images in Docker image store, they no longer unpack if export was initialized with --push or -o type=registry #3519
  • Add semvercmp helper function to Bake stdlib for easier version comparisons #3577
  • Retry transient TLS errors when talking to Kubernetes nodes #3493
  • Allow disabling Bake env lookups so bake can ignore host environment variables #3595
  • Add possibility to load Docker configs scoped to specific repos/scopes for finer credential control #3562
  • Fix the --debug flag issues in standalone mode #3554
  • Fix handling @ characters inside OCI layout paths passed to build #3583
  • Surface policy controls --policy, policy eval, custom builtins/Regos/gitsign checks so builds can enforce policies #3593 #3549
  • Prevent DAP breakpoint overlaps from triggering false positives #3534
  • Fix mount input names in DAP run mounts #3579
  • Fix DAP breakpoint reason reporting #3581

Dependency Changes

  • github.com/ProtonMail/go-crypto v1.3.0 new
  • github.com/agnivade/levenshtein v1.2.1 new
  • github.com/asaskevich/govalidator a9d515a09cc2 new
  • github.com/aws/aws-sdk-go-v2 v1.38.1 -> v1.39.6
  • github.com/aws/aws-sdk-go-v2/config v1.31.3 -> v1.31.20
  • github.com/aws/aws-sdk-go-v2/credentials v1.18.7 -> v1.18.24
  • github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.4 -> v1.18.13
  • github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.4 -> v1.4.13
  • github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.4 -> v2.7.13
  • github.com/aws/aws-sdk-go-v2/internal/ini v1.8.3 -> v1.8.4
  • github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.13.0 -> v1.13.3
  • github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.4 -> v1.13.13
  • github.com/aws/aws-sdk-go-v2/service/sso v1.28.2 -> v1.30.3
  • github.com/aws/aws-sdk-go-v2/service/ssooidc v1.34.0 -> v1.35.7
  • github.com/aws/aws-sdk-go-v2/service/sts v1.38.0 -> v1.40.2
  • github.com/aws/smithy-go v1.22.5 -> v1.23.2
  • github.com/beorn7/perks v1.0.1 new
  • github.com/blang/semver v3.5.1 new
  • github.com/cespare/xxhash/v2 v2.3.0 new
  • github.com/cloudflare/circl v1.6.1 new
  • github.com/containerd/containerd/v2 v2.2.0 -> v2.2.1
  • github.com/cyberphone/json-canonicalization 19d51d7fe467 new
  • github.com/davecgh/go-spew v1.1.1 -> d8f796af33cc
  • github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.0 new
  • github.com/digitorus/pkcs7 3a137a874352 new
  • github.com/digitorus/timestamp 220c5c2851b7 new
  • github.com/docker/cli v28.5.1 -> v29.1.4
  • github.com/docker/cli-docs-tool v0.10.0 -> v0.11.0
  • github.com/docker/docker v28.5.1 -> v28.5.2
  • github.com/docker/docker-credential-helpers v0.9.3 -> v0.9.5
  • github.com/docker/go-connections v0.5.0 -> v0.6.0
  • github.com/fvbommel/sortorder v1.0.1 -> v1.1.0
  • github.com/go-ini/ini v1.67.0 new
  • github.com/go-openapi/analysis v0.24.1 new
  • github.com/go-openapi/errors v0.22.4 new
  • github.com/go-openapi/jsonpointer v0.21.0 -> v0.22.1
  • github.com/go-openapi/jsonreference v0.20.2 -> v0.21.3
  • github.com/go-openapi/loads v0.23.2 new
  • github.com/go-openapi/runtime v0.29.2 new
  • github.com/go-openapi/spec v0.22.1 new
  • github.com/go-openapi/strfmt v0.25.0 new
  • github.com/go-openapi/swag v0.23.0 -> v0.25.3
  • github.com/go-openapi/swag/cmdutils v0.25.3 new
  • github.com/go-openapi/swag/conv v0.25.3 new
  • github.com/go-openapi/swag/fileutils v0.25.3 new
  • github.com/go-openapi/swag/jsonname v0.25.3 new
  • github.com/go-openapi/swag/jsonutils v0.25.3 new
  • github.com/go-openapi/swag/loading v0.25.3 new
  • github.com/go-openapi/swag/mangling v0.25.3 new
  • github.com/go-openapi/swag/netutils v0.25.3 new
  • github.com/go-openapi/swag/stringutils v0.25.3 new
  • github.com/go-openapi/swag/typeutils v0.25.3 new
  • github.com/go-openapi/swag/yamlutils v0.25.3 new
  • github.com/go-openapi/validate v0.25.1 new
  • github.com/gobwas/glob v0.2.3 new
  • github.com/goccy/go-json v0.10.5 new
  • github.com/google/certificate-transparency-go v1.3.2 new
  • github.com/google/go-containerregistry v0.20.6 new
  • github.com/google/go-dap v0.12.0 -> d7a2259b058b
  • github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.2 -> v2.27.3
  • github.com/hiddeco/sshsig v0.2.0 new
  • github.com/in-toto/attestation v1.1.2 new
  • github.com/klauspost/compress v1.18.1 -> v1.18.2
  • github.com/lestrrat-go/blackmagic v1.0.4 new
  • github.com/lestrrat-go/dsig v1.0.0 new
  • github.com/lestrrat-go/dsig-secp256k1 v1.0.0 new
  • github.com/lestrrat-go/httpcc v1.0.1 new
  • github.com/lestrrat-go/httprc/v3 v3.0.1 new
  • github.com/lestrrat-go/jwx/v3 v3.0.11 new
  • github.com/lestrrat-go/option v1.0.1 new
  • github.com/lestrrat-go/option/v2 v2.0.0 new
  • github.com/moby/buildkit v0.26.0 -> v0.27.0-rc1
  • github.com/moby/go-archive v0.1.0 -> v0.2.0
  • github.com/moby/moby/api v1.52.0 new
  • github.com/moby/moby/client ...
Read more

v0.30.1

17 Nov 17:50
v0.30.1
9e66234

Choose a tag to compare

Welcome to the v0.30.1 release of buildx!

Please try out the release binaries and report any issues at
https://github.com/docker/buildx/issues.

Contributors

  • Tõnis Tiigi
  • CrazyMax
  • Jonathan A. Sternberg

Notable Changes

  • Fix concurrent map write panic. #3524
  • Fix possible excessive chunking when fetching blobs. #3529

Dependency Changes

  • github.com/containerd/containerd/v2 v2.2.0 -> efd86f2b0bc2
  • github.com/moby/buildkit v0.26.0 -> v0.26.1

Previous release can be found at v0.30.0

v0.30.0

12 Nov 21:13
v0.30.0
124418c

Choose a tag to compare

buildx 0.30.0

Welcome to the v0.30.0 release of buildx!

Please try out the release binaries and report any issues at
https://github.com/docker/buildx/issues.

Contributors

  • CrazyMax
  • Tõnis Tiigi
  • Jonathan A. Sternberg
  • Remy Suen
  • Sebastiaan van Stijn
  • aevesdocker
  • Akihiro Suda
  • Guillaume Lours
  • Ricardo Branco
  • Roberto Castellotti
  • Roberto Villarreal

Notable Changes

  • Tar exporter output will now automatically create parent directories. #3478
  • Deprecate docker buildx install and docker buildx uninstall in favor of using docker buildx directly without relying on the docker builder aliases. #3472
  • Clarify CLI help for the --tag option to give more guidance on a valid argument. #3454
  • Bake: Ensure typed variables with no value still carry type to prevent a panic. #3463
  • imagetools create now persists attestation manifest and any manifest cosign-based signatures when creating new images. #3433
  • Add option to docker-container driver to write github actions payload for provenance with --driver-opt=provenance-add-gha=true. #3453
  • Avoid concurrent map write panic with imagetools create. #3510
  • Avoid panic when linking a nil target to another build in Bake. #3511
  • DAP: Next, step in, and step out requests now respect breakpoints. #3488
  • DAP: Verify breakpoints when stopOnEntry is used. #3488
  • DAP: Support runInTerminal reverse request when buildx dap is run in standalone mode. #3471
  • DAP: Stop sending null in setBreakpoints response when the breakpoints are cleared to conform to the specification. #3481
  • DAP: exec command now works when suspended on a COPY line. #3469
  • DAP: Debugger now ensures that all inputs are properly executed when suspended on a line. #3469
  • DAP: Debugger now pauses on COPY lines when there is a non-existent file. #3437
  • Compose support has been updated to v2.9.1. #3494

Dependency Changes

  • github.com/aws/aws-sdk-go-v2 v1.30.3 -> v1.38.1
  • github.com/aws/aws-sdk-go-v2/config v1.27.27 -> v1.31.3
  • github.com/aws/aws-sdk-go-v2/credentials v1.17.27 -> v1.18.7
  • github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.11 -> v1.18.4
  • github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.15 -> v1.4.4
  • github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.15 -> v2.7.4
  • github.com/aws/aws-sdk-go-v2/internal/ini v1.8.0 -> v1.8.3
  • github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.11.3 -> v1.13.0
  • github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.11.17 -> v1.13.4
  • github.com/aws/aws-sdk-go-v2/service/sso v1.22.4 -> v1.28.2
  • github.com/aws/aws-sdk-go-v2/service/ssooidc v1.26.4 -> v1.34.0
  • github.com/aws/aws-sdk-go-v2/service/sts v1.30.3 -> v1.38.0
  • github.com/aws/smithy-go v1.20.3 -> v1.22.5
  • github.com/cenkalti/backoff/v5 v5.0.3 new
  • github.com/compose-spec/compose-go/v2 v2.9.0 -> v2.9.1
  • github.com/containerd/containerd/api v1.9.0 -> v1.10.0
  • github.com/containerd/containerd/v2 v2.1.4 -> v2.2.0
  • github.com/containerd/platforms v1.0.0-rc.1 -> v1.0.0-rc.2
  • github.com/docker/cli v28.4.0 -> v28.5.1
  • github.com/docker/docker v28.4.0 -> v28.5.1
  • github.com/emicklei/go-restful/v3 v3.11.0 -> v3.13.0
  • github.com/fxamacker/cbor/v2 v2.7.0 -> v2.9.0
  • github.com/go-logr/logr v1.4.2 -> v1.4.3
  • github.com/gofrs/flock v0.12.1 -> v0.13.0
  • github.com/google/gnostic-models v0.6.8 -> v0.7.0
  • github.com/gorilla/websocket v1.5.0 -> e064f32e3674
  • github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.1 -> v2.27.2
  • github.com/klauspost/compress v1.18.0 -> v1.18.1
  • github.com/moby/buildkit v0.25.0 -> v0.26.0
  • github.com/modern-go/reflect2 v1.0.2 -> 35a7c28c31ee
  • github.com/secure-systems-lab/go-securesystemslib v0.6.0 -> v0.9.1
  • github.com/stretchr/testify v1.11.0 -> v1.11.1
  • go.opentelemetry.io/auto/sdk v1.1.0 -> v1.2.1
  • go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.60.0 -> v0.61.0
  • go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.60.0 -> v0.61.0
  • go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.60.0 -> v0.61.0
  • go.opentelemetry.io/otel v1.35.0 -> v1.38.0
  • go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.35.0 -> v1.38.0
  • go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.35.0 -> v1.38.0
  • go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.35.0 -> v1.38.0
  • go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.35.0 -> v1.38.0
  • go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.35.0 -> v1.38.0
  • go.opentelemetry.io/otel/metric v1.35.0 -> v1.38.0
  • go.opentelemetry.io/otel/sdk v1.35.0 -> v1.38.0
  • go.opentelemetry.io/otel/sdk/metric v1.35.0 -> v1.38.0
  • go.opentelemetry.io/otel/trace v1.35.0 -> v1.38.0
  • go.opentelemetry.io/proto/otlp v1.5.0 -> v1.7.1
  • go.yaml.in/yaml/v2 v2.4.2 new
  • golang.org/x/crypto v0.38.0 -> v0.42.0
  • golang.org/x/mod v0.24.0 -> v0.29.0
  • golang.org/x/net v0.39.0 -> v0.44.0
  • golang.org/x/oauth2 v0.29.0 -> v0.30.0
  • golang.org/x/sync v0.16.0 -> v0.17.0
  • golang.org/x/sys v0.33.0 -> v0.37.0
  • golang.org/x/term v0.32.0 -> v0.35.0
  • golang.org/x/text v0.25.0 -> v0.29.0
  • golang.org/x/time v0.11.0 -> v0.14.0
  • golang.org/x/tools v0.32.0 -> v0.37.0
  • google.golang.org/genproto/googleapis/api 56aae31c358a -> c5933d9347a5
  • google.golang.org/genproto/googleapis/rpc 56aae31c358a -> c5933d9347a5
  • google.golang.org/grpc v1.72.2 -> v1.76.0
  • google.golang.org/protobuf v1.36.9 -> v1.36.10
  • k8s.io/api v0.32.3 -> v0.34.1
  • k8s.io/apimachinery v0.32.3 -> v0.34.1
  • k8s.io/client-go v0.32.3 -> v0.34.1
  • k8s.io/kube-openapi 32ad38e42d3f -> f3f2b991d03b
  • k8s.io/utils 3ea5e8cea738 -> 4c0f3b243397
  • sigs.k8s.io/json 9aa6b5e7a4b3 -> cfa47c3a1cc8
  • sigs.k8s.io/randfill v1.0.0 new
  • sigs.k8s.io/structured-merge-diff/v6 v6.3.0 new
  • sigs.k8s.io/yaml v1.4.0 -> v1.6.0

Previous release can be found at v0.29.1

v0.30.0-rc2

12 Nov 01:41
v0.30.0-rc2
c1fbb49

Choose a tag to compare

v0.30.0-rc2 Pre-release
Pre-release

buildx 0.30.0-rc2

Welcome to the v0.30.0-rc2 release of buildx!
This is a pre-release of buildx

Please try out the release binaries and report any issues at
https://github.com/docker/buildx/issues.

Contributors

  • Jonathan A. Sternberg
  • Tõnis Tiigi

Notable Changes

  • Avoid concurrent map write panic with imagetools create. #3510
  • Avoid panic when linking a nil target to another build in Bake. #3511

Dependency Changes

  • github.com/containerd/containerd/api v1.10.0-rc.0 -> v1.10.0
  • github.com/containerd/containerd/v2 v2.2.0-rc.1 -> v2.2.0
  • github.com/containerd/platforms v1.0.0-rc.1 -> v1.0.0-rc.2
  • github.com/moby/buildkit v0.26.0-rc1 -> v0.26.0-rc2

Previous release can be found at v0.30.0-rc1

v0.30.0-rc1

06 Nov 22:20
v0.30.0-rc1
606e9d1

Choose a tag to compare

v0.30.0-rc1 Pre-release
Pre-release

buildx 0.30.0-rc1

Welcome to the v0.30.0-rc1 release of buildx!
This is a pre-release of buildx

Please try out the release binaries and report any issues at
https://github.com/docker/buildx/issues.

Contributors

  • CrazyMax
  • Tõnis Tiigi
  • Jonathan A. Sternberg
  • Remy Suen
  • Sebastiaan van Stijn
  • aevesdocker
  • Akihiro Suda
  • Guillaume Lours
  • Ricardo Branco
  • Roberto Castellotti
  • Roberto Villarreal

Notable Changes

  • Tar exporter output will automatically create parent directories for destination path. #3478
  • Deprecate docker buildx install and docker buildx uninstall. #3472
  • Clarify CLI help for the --tag option to give more guidance on a valid argument. #3454
  • imagetools create persists attestation manifest and any manifest cosign-based signatures when creating new images. #3433
  • Add option to docker-container driver to write Github Actions environment payload for provenance with --driver-opt=provenance-add-gha=true. #3453
  • Bake: Ensure typed variables with no value still carry type to prevent a panic. #3463
  • DAP: Next, step in, and step out requests now respect breakpoints. #3488
  • DAP: Verify breakpoints when stopOnEntry is used. #3488
  • DAP: Support runInTerminal reverse request when buildx dap is run in standalone mode. #3471
  • DAP: Stop sending null in setBreakpoints response when the breakpoints are cleared to conform to the specification. #3481
  • DAP: exec command now works when suspended on a COPY line. #3469
  • DAP: Debugger now ensures that all inputs are properly executed when suspended on a line. #3469
  • DAP: Debugger now pauses on COPY lines when there is a non-existent file. #3437
  • Compose support has been updated to v2.9.1. #3494

Dependency Changes

  • github.com/aws/aws-sdk-go-v2 v1.30.3 -> v1.38.1
  • github.com/aws/aws-sdk-go-v2/config v1.27.27 -> v1.31.3
  • github.com/aws/aws-sdk-go-v2/credentials v1.17.27 -> v1.18.7
  • github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.11 -> v1.18.4
  • github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.15 -> v1.4.4
  • github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.15 -> v2.7.4
  • github.com/aws/aws-sdk-go-v2/internal/ini v1.8.0 -> v1.8.3
  • github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.11.3 -> v1.13.0
  • github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.11.17 -> v1.13.4
  • github.com/aws/aws-sdk-go-v2/service/sso v1.22.4 -> v1.28.2
  • github.com/aws/aws-sdk-go-v2/service/ssooidc v1.26.4 -> v1.34.0
  • github.com/aws/aws-sdk-go-v2/service/sts v1.30.3 -> v1.38.0
  • github.com/aws/smithy-go v1.20.3 -> v1.22.5
  • github.com/cenkalti/backoff/v5 v5.0.3 new
  • github.com/compose-spec/compose-go/v2 v2.9.0 -> v2.9.1
  • github.com/containerd/containerd/api v1.9.0 -> v1.10.0-rc.0
  • github.com/containerd/containerd/v2 v2.1.4 -> v2.2.0-rc.1
  • github.com/docker/cli v28.4.0 -> v28.5.1
  • github.com/docker/docker v28.4.0 -> v28.5.1
  • github.com/emicklei/go-restful/v3 v3.11.0 -> v3.13.0
  • github.com/fxamacker/cbor/v2 v2.7.0 -> v2.9.0
  • github.com/go-logr/logr v1.4.2 -> v1.4.3
  • github.com/gofrs/flock v0.12.1 -> v0.13.0
  • github.com/google/gnostic-models v0.6.8 -> v0.7.0
  • github.com/gorilla/websocket v1.5.0 -> e064f32e3674
  • github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.1 -> v2.27.2
  • github.com/klauspost/compress v1.18.0 -> v1.18.1
  • github.com/moby/buildkit v0.25.0 -> v0.26.0-rc1
  • github.com/modern-go/reflect2 v1.0.2 -> 35a7c28c31ee
  • github.com/secure-systems-lab/go-securesystemslib v0.6.0 -> v0.9.1
  • github.com/stretchr/testify v1.11.0 -> v1.11.1
  • go.opentelemetry.io/auto/sdk v1.1.0 -> v1.2.1
  • go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.60.0 -> v0.61.0
  • go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.60.0 -> v0.61.0
  • go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.60.0 -> v0.61.0
  • go.opentelemetry.io/otel v1.35.0 -> v1.38.0
  • go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.35.0 -> v1.38.0
  • go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.35.0 -> v1.38.0
  • go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.35.0 -> v1.38.0
  • go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.35.0 -> v1.38.0
  • go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.35.0 -> v1.38.0
  • go.opentelemetry.io/otel/metric v1.35.0 -> v1.38.0
  • go.opentelemetry.io/otel/sdk v1.35.0 -> v1.38.0
  • go.opentelemetry.io/otel/sdk/metric v1.35.0 -> v1.38.0
  • go.opentelemetry.io/otel/trace v1.35.0 -> v1.38.0
  • go.opentelemetry.io/proto/otlp v1.5.0 -> v1.7.1
  • go.yaml.in/yaml/v2 v2.4.2 new
  • golang.org/x/crypto v0.38.0 -> v0.42.0
  • golang.org/x/mod v0.24.0 -> v0.29.0
  • golang.org/x/net v0.39.0 -> v0.44.0
  • golang.org/x/oauth2 v0.29.0 -> v0.30.0
  • golang.org/x/sync v0.16.0 -> v0.17.0
  • golang.org/x/sys v0.33.0 -> v0.37.0
  • golang.org/x/term v0.32.0 -> v0.35.0
  • golang.org/x/text v0.25.0 -> v0.29.0
  • golang.org/x/time v0.11.0 -> v0.14.0
  • golang.org/x/tools v0.32.0 -> v0.37.0
  • google.golang.org/genproto/googleapis/api 56aae31c358a -> c5933d9347a5
  • google.golang.org/genproto/googleapis/rpc 56aae31c358a -> c5933d9347a5
  • google.golang.org/grpc v1.72.2 -> v1.76.0
  • google.golang.org/protobuf v1.36.9 -> v1.36.10
  • k8s.io/api v0.32.3 -> v0.34.1
  • k8s.io/apimachinery v0.32.3 -> v0.34.1
  • k8s.io/client-go v0.32.3 -> v0.34.1
  • k8s.io/kube-openapi 32ad38e42d3f -> f3f2b991d03b
  • k8s.io/utils 3ea5e8cea738 -> 4c0f3b243397
  • sigs.k8s.io/json 9aa6b5e7a4b3 -> cfa47c3a1cc8
  • sigs.k8s.io/randfill v1.0.0 new
  • sigs.k8s.io/structured-merge-diff/v6 v6.3.0 new
  • sigs.k8s.io/yaml v1.4.0 -> v1.6.0

Previous release can be found at v0.29.1

v0.29.1

03 Oct 12:33
a32761a

Choose a tag to compare

Welcome to the v0.29.1 release of buildx!

Please try out the release binaries and report any issues at
https://github.com/docker/buildx/issues.

Contributors

  • Tõnis Tiigi
  • CrazyMax

Notable Changes

  • imagetools: fix possible broken chain copy on create. #3447
  • imagetools: silence warning for empty-type mediatype used in artifacts. #3448

Dependency Changes

This release has no dependency changes

Previous release can be found at v0.29.0

v0.29.0

30 Sep 20:09
v0.29.0
9c5897f

Choose a tag to compare

buildx 0.29.0

Welcome to the v0.29.0 release of buildx!

Please try out the release binaries and report any issues at
https://github.com/docker/buildx/issues.

Contributors

  • Tõnis Tiigi
  • CrazyMax
  • Jonathan A. Sternberg
  • Sebastiaan van Stijn
  • aevesdocker
  • Akihiro Suda
  • Guillaume Lours

Notable Changes

  • imagetools create command now supports --platform option to create final image only for specified platforms. The inline attestation for the specified platforms are also kept in the final image. #3430
  • DAP debugger can now show the correct file explorer data when the debugger stops because of a build error. #3410
  • New --progress=none option has been added. This is similar to --progress=quiet, but it does not print the image ID after image result export. #3431
  • When building from a Git URL, buildx now optionally supports resolution of the context data on the client side. Git repository is still cloned on the server side, but this can help in cases where one can't be sure what version of Git URL resolution the server side supports. #3415
  • Fix DAP debugger location resolution when there are multiple build steps with the same BuildKit digest. #3408
  • Compose support has been updated to v2.9.0

Dependency Changes

  • github.com/compose-spec/compose-go/v2 v2.8.1 -> v2.9.0
  • github.com/docker/cli v28.3.3 -> v28.4.0
  • github.com/docker/docker v28.3.3 -> v28.4.0
  • github.com/go-viper/mapstructure/v2 v2.3.0 -> v2.4.0
  • github.com/hashicorp/go-cty-funcs dda779884a9f -> 6aab67130928
  • github.com/hashicorp/hcl/v2 v2.23.0 -> v2.24.0
  • github.com/mitchellh/go-wordwrap ad45545899c7 -> v1.0.1
  • github.com/moby/buildkit v0.24.0 -> v0.25.0
  • github.com/spf13/cobra v1.9.1 -> v1.10.1
  • github.com/spf13/pflag v1.0.7 -> v1.0.10
  • github.com/zclconf/go-cty v1.16.2 -> v1.17.0
  • golang.org/x/crypto v0.37.0 -> v0.38.0
  • golang.org/x/term v0.31.0 -> v0.32.0
  • golang.org/x/text v0.24.0 -> v0.25.0
  • google.golang.org/protobuf v1.36.6 -> v1.36.9

Previous release can be found at v0.28.0

v0.29.0-rc1

24 Sep 01:12
v0.29.0-rc1
285dd76

Choose a tag to compare

v0.29.0-rc1 Pre-release
Pre-release

buildx 0.29.0-rc1

Welcome to the v0.29.0-rc1 release of buildx!
This is a pre-release of buildx

Please try out the release binaries and report any issues at
https://github.com/docker/buildx/issues.

Contributors

  • Tõnis Tiigi
  • CrazyMax
  • Jonathan A. Sternberg
  • Sebastiaan van Stijn
  • aevesdocker
  • Akihiro Suda
  • Guillaume Lours

Notable Changes

  • imagetools create command now supports --platform option to create final image only for specified platforms. The inline attestation for the specified platforms are also kept in the final image. #3430
  • DAP debugger can now show the correct file explorer data when the debugger stops because of a build error. #3410
  • New --progress=none option has been added. This is similar to --progress=quiet, but it does not print the image ID after image result export. #3431
  • When building from a Git URL, buildx now optionally supports resolution of the context data on the client side. Git repository is still cloned on the server side, but this can help in cases where one can't be sure what version of Git URL resolution the server side supports. #3415
  • Fix DAP debugger location resolution when there are multiple build steps with the same BuildKit digest. #3408
  • Compose support has been updated to v2.9.0

Dependency Changes

  • github.com/compose-spec/compose-go/v2 v2.8.1 -> v2.9.0
  • github.com/docker/cli v28.3.3 -> v28.4.0
  • github.com/docker/docker v28.3.3 -> v28.4.0
  • github.com/go-viper/mapstructure/v2 v2.3.0 -> v2.4.0
  • github.com/hashicorp/go-cty-funcs dda779884a9f -> 6aab67130928
  • github.com/hashicorp/hcl/v2 v2.23.0 -> v2.24.0
  • github.com/mitchellh/go-wordwrap ad45545899c7 -> v1.0.1
  • github.com/moby/buildkit v0.24.0 -> v0.25.0-rc1
  • github.com/spf13/cobra v1.9.1 -> v1.10.1
  • github.com/spf13/pflag v1.0.7 -> v1.0.10
  • github.com/zclconf/go-cty v1.16.2 -> v1.17.0

Previous release can be found at v0.28.0

v0.28.0

04 Sep 00:06
b1281b8

Choose a tag to compare

Welcome to the v0.28.0 release of buildx!

Please try out the release binaries and report any issues at
https://github.com/docker/buildx/issues.

Contributors

  • Tõnis Tiigi
  • CrazyMax
  • Akihiro Suda
  • Dan Duvall
  • Jonathan A. Sternberg
  • Sebastiaan van Stijn
  • Will Nonnemaker

Notable Changes

  • When building with Dockerfile 1.18.0+ frontend (BuildKit v0.24) you can now use new Git URLs with query options for build context and named contexts in build and bake command. More info moby/buildkit#6183
  • Add formatting options to the buildx du command for custom and machine-readable output. #3377
  • Kubernetes driver now supports env.<key> driver opts. #3373
  • Add support for BUILDKIT_SYNTAX build argument when BuildKit has Dockerfile frontend disabled. #3385
  • Fix failing early when trying to export index annotations with moby exporter. #3384
  • Fix possible errors on Windows from symlink handling. #3386

Dependency Changes

  • github.com/cpuguy83/go-md2man/v2 v2.0.6 -> v2.0.7
  • github.com/moby/buildkit 955c2b2f7d01 -> v0.24.0
  • github.com/spf13/pflag v1.0.6 -> v1.0.7
  • github.com/stretchr/testify v1.10.0 -> v1.11.0

Previous release can be found at v0.27.0