Skip to content

Latest commit

 

History

History
54 lines (35 loc) · 959 Bytes

Get-BuildkitLatestVersion.md

File metadata and controls

54 lines (35 loc) · 959 Bytes
external help file Module Name online version schema
Containers-Toolkit-help.xml
Containers-Toolkit
2.0.0

Get-BuildkitLatestVersion

SYNOPSIS

Gets the latest BuildKit version number.

SYNTAX

Get-BuildkitLatestVersion

DESCRIPTION

Uses GitHub API to get the latest BuildKit release version from the moby/buildkit GitHub repository.

EXAMPLES

Example 1: Get latest BuildKit version

This returns a string of the latest release version of BuildKit, e.g., v1.2.0.

PS C:\> Get-BuildkitLatestVersion
v1.2.0

PARAMETERS

INPUTS

OUTPUTS

String

This is a string of the latest BuildKit release version.

RELATED LINKS