-
Notifications
You must be signed in to change notification settings - Fork 482
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1279 from jedevc/inspect-buildkit-version
inspect: add buildkit version information to command output
- Loading branch information
Showing
2 changed files
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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 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 |
---|---|---|
|
@@ -44,7 +44,7 @@ The following example shows information about a builder instance named | |
`elated_tesla`: | ||
|
||
> **Note** | ||
> | ||
> | ||
> Asterisk `*` next to node build platform(s) indicate they had been set manually during `buildx create`. Otherwise, it had been autodetected. | ||
```console | ||
|
@@ -57,10 +57,12 @@ Nodes: | |
Name: elated_tesla0 | ||
Endpoint: unix:///var/run/docker.sock | ||
Status: running | ||
Buildkit: v0.10.3 | ||
Platforms: linux/amd64 | ||
|
||
Name: elated_tesla1 | ||
Endpoint: ssh://[email protected] | ||
Status: running | ||
Buildkit: v0.10.3 | ||
Platforms: linux/arm64*, linux/arm/v7, linux/arm/v6 | ||
``` |