v0.5.0-rc1
Pre-release
Pre-release
·
3305 commits
to master
since this release
This is a pre-release of buildx
Notable changes
- BuildKit client has been updated to v0.8 #469
- Docker driver now supports
--pushflag #442 - Allow
--appendto be used with Kubernetes driver #370 - Bake supports inline dockerfiles #398
- Bake supports building from remote URLs and Git repositories #398
- Build errors show error location in source files (requires BuildKit v0.8) and system stacktraces with
--debug#389 - Bake formats HCL errors with source definition #391
- Bake allows empty string values in arrays that will be discarded #428
- Kubernetes cluster config can be used with Kubernetes driver #368 #460
- Buildx creates a temporary token for pulling images instead of sharing credentials when possible #469
- Ensure credentials are passed when pulling BuildKit container image #441 #433
- Disable user namespace remapping in docker-container driver #462
- Handle lowercase Dockerfile name as a fallback for backward compatibility #444
- Allow
--builderflag to switch to default instance #425 - Avoid warn on empty
BUILDX_NO_DEFAULT_LOADconfig value #390 BUILDX_CONFIGenvironment variable allow users to have separate buildx state from Docker config (#385)BUILDKIT_MULTI_PLATFORMbuild arg allows to force building multi-platform return objects even if only one--platformspecified #467- Replace error generated by
quietoption by a warning #403 - CI has been switched to GitHub Actions #451 #463 #466 #468 #471
Please try out the release binaries and report any issues at
https://github.com/docker/buildx/issues.
Contributors
- Tõnis Tiigi
- Sebastiaan van Stijn
- CrazyMax
- Tibor Vass
- Patrick Van Stee
- Anthony Poschen
- Brian Goff
- Ilya Dmitrichenko
- Saul Shanabrook
- Wang Jinglei
- Akihiro Suda
- Andrew Haines
- Donghui Wang
- Jean-Yves Gastaud
- Kotaro Adachi