Welcome to the v0.21.0 release of buildx!
Please try out the release binaries and report any issues at https://github.com/docker/buildx/issues.
buildx history trace allows inspecting traces of a build in a Jaeger UI-based viewer and comparing one trace with another. #2904buildx history inspect now supports custom formatting with --format flag and JSON formatting for machine-readable output. #2964type=gha, the URL for the Version 2 or API is now read from the environment and sent to BuildKit. Version 2 backend requires BuildKit v0.20.0 or later. #2983 #3001--progress=rawjson #2957--on=error #2958buildx ls command. #2970Previous release can be found at v0.20.1
Welcome to the v0.21.0-rc3 release of buildx! This is a pre-release of buildx
Please try out the release binaries and report any issues at https://github.com/docker/buildx/issues.
Previous release can be found at v0.21.0-rc2
buildx 0.21.0-rc2
Welcome to the v0.21.0-rc2 release of buildx!
This is a pre-release of buildx
Please try out the release binaries and report any issues at https://github.com/docker/buildx/issues.
Previous release can be found at v0.21.0-rc1
buildx 0.21.0-rc1
Welcome to the v0.21.0-rc1 release of buildx!
This is a pre-release of buildx
Please try out the release binaries and report any issues at https://github.com/docker/buildx/issues.
buildx history trace allows inspecting traces of a build in a Jaeger UI-based viewer and comparing one trace with another. #2904buildx history inspect now supports custom formatting with --format flag and JSON formatting for machine-readable output. #2964type=gha, the URL for the Version 2 or API is now read from the environment and sent to BuildKit. Version 2 backend requires BuildKit v0.20.0 or later. #2983--progress=rawjson #2957--on=error #2958buildx ls command. #2970Previous release can be found at v0.20.1
Welcome to the v0.20.1 release of buildx!
Please try out the release binaries and report any issues at https://github.com/docker/buildx/issues.
bake --print output missing some attributes for attestations #2937This release has no dependency changes
Previous release can be found at v0.20.0
Welcome to the v0.20.0 release of buildx!
Please try out the release binaries and report any issues at https://github.com/docker/buildx/issues.
[!NOTE] This version of buildx enables filesystem entitlement checks for
buildx bakecommand by default. If your Bake definition needs to read or write files outside your current working directory, you need to allow access to these paths with--allow fs=<path|*>. On the terminal, you can also interactively approve these paths with the provided prompt. Optionally, you can disable these checks by settingBUILDX_BAKE_ENTITLEMENTS_FS=0. This validation produced a warning in buildx v0.19.0+, but starting from current release it produces an error. docs
buildx history command has been added that allows working with build records of completed and running builds. You can use these commands to list, inspect, remove your builds, replay the logs of already completed builds, and quickly open your builds in Docker Desktop Build UI for further debugging. This is an early version of this command and we expect to add more features in the future releases. #2891 #2925BUILDX_BAKE_ENTITLEMENTS_FS=0 #2875--list flag to list targets and variables #2900 #2907quiet progress mode #2899Previous release can be found at v0.19.3
buildx 0.20.0-rc3
Welcome to the v0.20.0-rc3 release of buildx!
This is a pre-release of buildx
Please try out the release binaries and report any issues at https://github.com/docker/buildx/issues.
buildx history inspect when inspecting a failed build. #2925buildx history inspect #2925Previous release can be found at v0.20.0-rc2
buildx 0.20.0-rc2
Welcome to the v0.20.0-rc2 release of buildx!
This is a pre-release of buildx
Please try out the release binaries and report any issues at https://github.com/docker/buildx/issues.
buildx history command has been added that allows working with build records of completed and running builds. You can use these commands to list, inspect, remove your builds, replay the logs of already completed builds, and quickly open your builds in Docker Desktop Build UI for further debugging. This is an early version of this command and we expect to add more features in the future releases. #2891Previous release can be found at v0.20.0-rc1
Welcome to the v0.20.0-rc1 release of buildx! This is a pre-release of buildx
Please try out the release binaries and report any issues at https://github.com/docker/buildx/issues.
BUILDX_BAKE_ENTITLEMENTS_FS=0 #2875--list flag to list targets and variables #2900 #2907quiet progress mode #2899Previous release can be found at v0.19.3
Welcome to the v0.19.3 release of buildx!
Please try out the release binaries and report any issues at https://github.com/docker/buildx/issues.
--set #2861This release has no dependency changes
Previous release can be found at v0.19.2
Welcome to the v0.19.2 release of buildx!
Please try out the release binaries and report any issues at https://github.com/docker/buildx/issues.
--set flag to avoid the need to allow the same path multiple times #2834This release has no dependency changes
Previous release can be found at v0.19.1
buildx 0.19.1
Welcome to the v0.19.1 release of buildx!
Please try out the release binaries and report any issues at https://github.com/docker/buildx/issues.
This release has no dependency changes
Previous release can be found at v0.19.0
buildx 0.19.0
Welcome to the v0.19.0 release of buildx!
Please try out the release binaries and report any issues at https://github.com/docker/buildx/issues.
--allow when your build needs to read or write files outside of your current working directory. This feature currently only reports a warning when using local Bake definition, but will start to produce an error starting from the v0.20 release. If you wish to enable the error in the current release, you can set BUILDX_BAKE_ENTITLEMENTS_FS=1 #2796 #2812Previous release can be found at v0.18.0
buildx 0.19.0-rc2
Welcome to the v0.19.0-rc2 release of buildx!
This is a pre-release of buildx
Please try out the release binaries and report any issues at https://github.com/docker/buildx/issues.
* value to allow access to any path #2812Previous release can be found at v0.19.0-rc1
Welcome to the v0.19.0-rc1 release of buildx!
This is a pre-release of buildx
Please try out the release binaries and report any issues at https://github.com/docker/buildx/issues.
--allow when your build needs to read or write files outside of your current working directory. This feature currently only reports a warning when using local Bake definition, but will start to produce error starting from v0.20 release. If you wish to enable the error in current release you can set BUILDX_BAKE_ENTITLEMENTS_FS=1 #2796Previous release can be found at v0.18.0
Welcome to the v0.18.0 release of buildx!
Please try out the release binaries and report any issues at https://github.com/docker/buildx/issues.
prune command now allows new --max-used-space and --min-free-space filters on BuildKit v0.17.0+ builders #2766ls command output is now more compact by default by compacting the platform list. New --no-trunc option can be used for full list #2138 #2717inspect command now displays BuildKit daemon configuration options set with a TOML file #2684buildx bake without initializing the builder #2763sudo #2745--call requests #2754--check/--call option have been updated to correct references #2705Previous release can be found at v0.17.1
Welcome to the v0.18.0-rc3 release of buildx!
This is a pre-release of buildx
Please try out the release binaries and report any issues at https://github.com/docker/buildx/issues.
buildx prune #2766buildx bake without initializing the builder #2763Previous release can be found at v0.18.0-rc2
Welcome to the v0.18.0-rc2 release of buildx!
This is a pre-release of buildx
Please try out the release binaries and report any issues at https://github.com/docker/buildx/issues.
sudo #2745--call requests #2754Previous release can be found at v0.18.0-rc1
[!NOTE]
Slight delay in follow-up RCs and eventual GA release for this round
Welcome to the v0.18.0-rc1 release of buildx!
This is a pre-release of buildx
Please try out the release binaries and report any issues at https://github.com/docker/buildx/issues.
ls command output is now more compact by default by compacting the platform list. New --no-trunc option can be used for full list #2138 #2717inspect command now displays BuildKit daemon configuration options set with a TOML file #2684--check/--call option have been updated to correct references #2705Previous release can be found at v0.17.1
Welcome to the v0.17.1 release of buildx!
Please try out the release binaries and report any issues at https://github.com/docker/buildx/issues.
network.host entitlement flag automatically on builder creation for container and kubernetes drivers if already set in buildkitd configuration #2685network field not omitted when empty in bake #2689Previous release can be found at v0.17.0