Skip to content

v0.27.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 20 Aug 09:46
· 31 commits to master since this release
bac71de

Welcome to the v0.27.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
  • Sebastiaan van Stijn
  • Guillaume Lours
  • Nicolas De Loof

Notable Changes

  • Experimental: DAP: Exec shell now restarts with the new container when execution resumes and pauses again. #3341
  • Experimental: DAP: Add File Explorer section to variables to inspect filesystem state. #3327
  • Experimental: DAP: Change Dockerfile step order to match more closely with user expectations. #3325
  • Experimental: DAP: Improve determination of the proper parent. #3366
  • Experimental: DAP: Dockerfile nested in the context is now supported. #3371
  • Build name shown in history can now be overridden with BUILDKIT_BUILD_NAME build argument. #3330
  • Bake now supports homedir() function. #3351
  • Bake default for empty Dockerfile defaults to Dockerfile to match the behavior of build command. #3347
  • Bake supports pull and no_cache fields for compose files. #3352
  • Sanitize the names of additional_contexts from compose files when building with Bake. #3361
  • Compose compatibility has been updated to v2.8.1. #3337
  • Fix missing WSL libraries in docker-container driver when GPU device is requested. #3320

Dependency Changes

  • github.com/compose-spec/compose-go/v2 891fce532a51 -> v2.8.1
  • github.com/containerd/containerd/v2 v2.1.3 -> v2.1.4
  • github.com/docker/cli v28.3.2 -> v28.3.3
  • github.com/docker/docker v28.3.2 -> v28.3.3
  • github.com/moby/buildkit 9b91d20367db -> 955c2b2f7d01
  • go.yaml.in/yaml/v3 v3.0.4 new

Previous release can be found at v0.26.1