buildx 0.28.0-rc1
Welcome to the v0.28.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
- Akihiro Suda
- Dan Duvall
- Will Nonnemaker
Notable Changes
- Add formatting options to the
buildx du
command for custom and machine-readable output. #3377 - Kubernetes driver now supports
env.<key>
driver opts #3373 - Fix failing early when trying to export index annotations with moby exporter #3384
- Fix possible errors on Windows from symlink handling #3386
- Add support for BUILDKIT_SYNTAX build argument when BuildKit has Dockerfile frontend disabled #3385
Dependency Changes
- github.com/cpuguy83/go-md2man/v2 v2.0.6 -> v2.0.7
- github.com/moby/buildkit 955c2b2f7d01 -> v0.24.0-rc1
- 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