This repository has been archived by the owner on Oct 3, 2023. It is now read-only.
chore(deps): update dependency docker/buildx to v0.11.0 #6430
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.10.5
->0.11.0
⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.
Release Notes
docker/buildx
v0.11.0
Compare Source
Welcome to the v0.11.0 release of buildx!
Please try out the release binaries and report any issues at https://github.com/docker/buildx/issues.
Notable changes
--load
now supports loading multi-platform images when used with the containerd image store in moby #1813Commands now display the current builder name in the build progress output #1177
Bake now supports matrix builds. The new
matrix
field ontarget
blocks allows easily creating multiple similar sets of targets to remove duplication in bake files #1690 docsNew experimental
--detach
flag for thebuild
command to run the build in a detached server, allowing attaching to the build later usingdebug-shell
(requiresBUILDX_EXPERIMENTAL=1
) #1296 #1620 #1614 #1737 #1755docs
New monitor mode commands
exec
andattach
to allow spawning additional processes in a debugging session (requiresBUILDX_EXPERIMENTAL=1
) #1626 docsNew experimental
debug-shell
command to directly start the build debugging monitor without starting a build, allowing connecting to previously--detach
ed builds (requiresBUILDX_EXPERIMENTAL=1
) #1640docs
New experimental
--invoke=on-error
option for the--invoke
command to start the build debugging monitor at the point at which a build fails (requiresBUILDX_EXPERIMENTAL=1
) #1640 docsBake now supports detecting
compose.yml
/compose.yaml
files in addition todocker-compose.yml
/docker-compose.yaml
#1752Bake now supports new compose build keys
dockerfile_inline
andadditional_contexts
#1784 docsBake now supports
replace
HCL function #1720Initial support for CLI command completion, including: builder names, folder names for build commands and bake targets #1727
Builds support the new
EXPERIMENTAL_BUILDKIT_SOURCE_POLICY
environment variable to set the path to a source policy docs #1628BuildKit versions are correctly displayed in
buildx ls
andbuildx inspect
for builders using the Docker driver #1552Display additional builder node details in
buildx inspect
view #1440 #1854Builders using the remote driver allow using TLS without proving its own key/cert (if BuildKit remote is configured to support it) #1693
Builders using the kubernetes driver allow automatically generating the node name if not provided #1673
Builders using the kubernetes driver support a new
serviceaccount
option, which will set the created pod'sserviceAccountName
#1597Builders using the kubernetes driver support the
proxy-url
kubeconfig option docs #1780Bake now allows merging multiple similar attestation parameters into a single parameter to allow overriding with a single global value #1699
Fix possible panic when no builders are available #1732
Fix
docker-container
driver hang on container panic #1772Fix invalid path when writing certificates for
docker-container
driver on Windows #1831Fix bake failure when remote bake file is accessed using SSH #1711 #1734
Fix bake failure when remote bake context is incorrectly resolved #1783
Fix path resolution of
BAKE_CMD_CONTEXT
andcwd://
paths in bake contexts #1840Fix mixed OCI and Docker media types when creating images using
imagetools create
#1797Fix mismatched image id between
--iidfile
and-q
#1844Fix opaque error messages on invalid edge-case git urls #1710 #1733
Fix previously discarded error messages from logrus #1853
Fix AWS authentication when mixing static creds and IAM profiles #1816
Fix race in printer so that logrus warning messages appear at the end of the build deterministically #1794
Fix connection leak for feature check on default
docker
driver #1776Contributors
Dependency Changes
43070de
new1709cfe
-> v1.7.24bf3547
->36d8c59
67a0862
abb1982
-> v0.5.0a7dc8b6
new02efb9a
-> v1.1.0-rc3fb43384
->9e7a6df
6fdb5e3
-> v0.5.01bc688f
->7f2fa6f
172d655
newcb0fa31
->a5ecb01
f223a00
newPrevious release can be found at v0.10.4
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.