Skip to content

v0.10.4

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Mar 18:23
· 1452 commits to master since this release
c513d34

Welcome to the 0.10.4 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

  • Add BUILDX_NO_DEFAULT_ATTESTATIONS as alternative to --provenance false #1645
  • Disable dirty Git checkout detection by default for performance. Can be enabled with BUILDX_GIT_CHECK_DIRTY opt-in #1650
  • Strip credentials from VCS hint URL before sending to BuildKit #1664