Welcome to the 0.10.1 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 sending the correct origin URL as
vsc:source
metadata #1548 - Fix possible panic from data-race #1504
- Fix regression with
rm --all-inactive
#1547 - Improve attestation access in
imagetools inspect
by lazily loading data #1546 - Correctly mark capabilities request as internal #1538
- Detect invalid attestation configuration #1545
- Update containerd patches to fix possible push regression affecting
imagetools
commands #1559
Dependency Changes
- github.com/containerd/containerd v1.6.14 -> 1709cfe273d9
- github.com/moby/buildkit v0.11.0 -> v0.11.2
Previous release can be found at v0.10.0