Skip to content

buildkit

concurrent, cache-efficient, and Dockerfile-agnostic builder toolkit

Package Information

  • Domain: github.com/moby/buildkit
  • Name: buildkit
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install buildctl

Programs

This package provides the following executable programs:

  • buildctl

Aliases

This package can also be accessed using these aliases:

  • buildctl

Available Versions

Show all 28 versions
  • 0.23.2, 0.23.1, 0.23.0, 0.22.0, 0.21.1
  • 0.21.0, 0.20.2, 0.20.1, 0.20.0, 0.19.0
  • 0.18.2, 0.18.1, 0.18.0, 0.17.3, 0.17.2
  • 0.17.1, 0.17.0, 0.16.0, 0.15.2, 0.15.1
  • 0.15.0, 0.14.1, 0.14.0, 0.13.2, 0.13.1
  • 0.13.0, 0.12.5, 0.12.4

Latest Version: 0.23.2

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) buildctl -- $SHELL -i

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.buildctl

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.