external help file | Module Name | online version | schema |
---|---|---|---|
Containers-Toolkit-help.xml |
Containers-Toolkit |
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.0
This is a string of the latest BuildKit release version.