Skip to content

Latest commit

 

History

History
52 lines (33 loc) · 949 Bytes

File metadata and controls

52 lines (33 loc) · 949 Bytes
external help file Containers-Toolkit-help.xml
Module Name Containers-Toolkit
online version
schema 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