-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Update buildx reference to v0.11.0 #17539
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
dvdksn
merged 1 commit into
docker:main
from
docker-tools-robot:dispatch/buildx-ref-v0.11.0
Jun 26, 2023
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -7,6 +7,7 @@ cname: | |
| - docker buildx bake | ||
| - docker buildx build | ||
| - docker buildx create | ||
| - docker buildx debug-shell | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Hum yeah I don't think we should have this command here. Let me check.
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| - docker buildx du | ||
| - docker buildx imagetools | ||
| - docker buildx inspect | ||
|
|
@@ -20,6 +21,7 @@ clink: | |
| - docker_buildx_bake.yaml | ||
| - docker_buildx_build.yaml | ||
| - docker_buildx_create.yaml | ||
| - docker_buildx_debug-shell.yaml | ||
| - docker_buildx_du.yaml | ||
| - docker_buildx_imagetools.yaml | ||
| - docker_buildx_inspect.yaml | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,63 @@ | ||
| command: docker buildx debug-shell | ||
| short: Start a monitor | ||
| long: Start a monitor | ||
| usage: docker buildx debug-shell | ||
| pname: docker buildx | ||
| plink: docker_buildx.yaml | ||
| options: | ||
| - option: detach | ||
| value_type: bool | ||
| default_value: "true" | ||
| description: Detach buildx server (supported only on linux) [experimental] | ||
| deprecated: false | ||
| hidden: false | ||
| experimental: false | ||
| experimentalcli: false | ||
| kubernetes: false | ||
| swarm: false | ||
| - option: progress | ||
| value_type: string | ||
| default_value: auto | ||
| description: | | ||
| Set type of progress output (`auto`, `plain`, `tty`). Use plain to show container output | ||
| deprecated: false | ||
| hidden: false | ||
| experimental: false | ||
| experimentalcli: false | ||
| kubernetes: false | ||
| swarm: false | ||
| - option: root | ||
| value_type: string | ||
| description: Specify root directory of server to connect [experimental] | ||
| deprecated: false | ||
| hidden: false | ||
| experimental: false | ||
| experimentalcli: false | ||
| kubernetes: false | ||
| swarm: false | ||
| - option: server-config | ||
| value_type: string | ||
| description: | | ||
| Specify buildx server config file (used only when launching new server) [experimental] | ||
| deprecated: false | ||
| hidden: false | ||
| experimental: false | ||
| experimentalcli: false | ||
| kubernetes: false | ||
| swarm: false | ||
| inherited_options: | ||
| - option: builder | ||
| value_type: string | ||
| description: Override the configured builder instance | ||
| deprecated: false | ||
| hidden: false | ||
| experimental: false | ||
| experimentalcli: false | ||
| kubernetes: false | ||
| swarm: false | ||
| deprecated: false | ||
| experimental: false | ||
| experimentalcli: true | ||
| kubernetes: false | ||
| swarm: false | ||
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| --- | ||
| datafolder: buildx | ||
| datafile: docker_buildx_debug-shell | ||
| title: docker buildx debug-shell | ||
| --- | ||
| <!-- | ||
| This page is automatically generated from Docker's source code. If you want to | ||
| suggest a change to the text that appears here, open a ticket or pull request | ||
| in the source repository on GitHub: | ||
|
|
||
| https://github.com/docker/buildx | ||
| --> | ||
| {% include cli.md datafolder=page.datafolder datafile=page.datafile %} |
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.

There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is already done on main