-
v4.1.0 Stable
released this
2023-06-07 22:44:03 +08:00 | 497 commits to master since this releaseNote
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 AWS Lambda). You can optionally disable the default provenance attestation functionality using
provenance: false.- Switch to actions-toolkit implementation by @crazy-max in https://github.com/docker/build-push-action/pull/811 https://github.com/docker/build-push-action/pull/838 https://github.com/docker/build-push-action/pull/855 https://github.com/docker/build-push-action/pull/860 https://github.com/docker/build-push-action/pull/875
- e2e: quay.io by @crazy-max in https://github.com/docker/build-push-action/pull/799 https://github.com/docker/build-push-action/pull/805
- e2e: local harbor and nexus by @crazy-max in https://github.com/docker/build-push-action/pull/800
- e2e: add artifactory container registry to test against by @jedevc in https://github.com/docker/build-push-action/pull/804
- e2e: add distribution tests by @jedevc in https://github.com/docker/build-push-action/pull/814 https://github.com/docker/build-push-action/pull/815
Full Changelog: https://github.com/docker/build-push-action/compare/v4.0.0...v4.1.0
Downloads