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 buildctlPrograms
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.10.21.0,0.20.2,0.20.1,0.20.0,0.19.00.18.2,0.18.1,0.18.0,0.17.3,0.17.20.17.1,0.17.0,0.16.0,0.15.2,0.15.10.15.0,0.14.1,0.14.0,0.13.2,0.13.10.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 -iUsage 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(', ')}`)Links
This documentation was auto-generated from package data.