| external help file | Containers-Toolkit-help.xml |
|---|---|
| Module Name | Containers-Toolkit |
| online version | |
| schema | 2.0.0 |
Gets the latest BuildKit version number.
Get-BuildkitLatestVersion
Uses GitHub API to get the latest BuildKit release version from the moby/buildkit GitHub repository.
This returns a string of the latest release version of BuildKit, e.g., v1.2.0.
PS C:\> Get-BuildkitLatestVersion
v1.2.0This is a string of the latest BuildKit release version.