Welcome to the 0.10.3 release of buildx!
Please try out the release binaries and report any issues at
https://github.com/docker/buildx/issues.
Note
Buildx v0.10 enables support for a minimal SLSA Provenance attestation, which requires support for OCI-compliant multi-platform images. This may introduce issues with registry and runtime support (e.g. Google Cloud Run and Lambda). You can optionally disable the default provenance attestation functionality using
--provenance=false
.
Notable changes
- Fix reachable commit and warnings on collecting Git provenance info #1592 #1634
- Fix a regression where docker context was not being validated #1596
- Fix function resolution with JSON bake definition #1605
- Fix case where original HCL bake diagnostic is discarded #1607
- Fix labels not correctly set with bake and compose file #1631