chore(deps): update dependency docker/buildx to v0.15.0 #609
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:
v0.14.1
->v0.15.0
Release Notes
docker/buildx (docker/buildx)
v0.15.0
Compare Source
Welcome to the 0.15.0 release of buildx!
Please try out the release binaries and report any issues at
https://github.com/docker/buildx/issues.
Contributors
Notable Changes
--call
option allows setting evaluation method for a build, replacing the previous experimental--print
flag. #2498 #2487 #2513 In addition to default "build", the following methods are implemented by Dockerfile frontend:check
- Run validation routines for your build configuration. These are the same validations that would show up as warnings during build. There is also shortcut flag--check
for this option.outline
- Show configuration that would be used by current build, including all the build-args, secrets, SSH etc that your build would use.targets
- Show all available targets and their descriptions.--prefer-index
flag has been added toimagetools create
command to control the behavior of creating image out of one single-platform image manifest. #2482Dependency Changes
71f99c5
-> v0.14.07525a1a
->91a3fc4
f9a4f7e
->90bafcd
Previous release can be found at v0.14.1
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 Mend Renovate. View repository job log here.