Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 632 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 632 Bytes

buildkit-pack

Generic BuildKit frontend for building Buildpacks directly. Adapted from tonistiigi/buildkit-pack.

Improvements

  • Uses the Cloud Native Buildpacks pack CLI under the hood.
  • Allows you to specify a builder and use a project descriptor to pass in build env vars.

Usage

With buildctl:

buildctl build --frontend=gateway.v0 --opt source=lyzs90/pack --local context=. --opt build-arg:builder=cnbs/sample-builder:bionic

Options

--opt build-arg:builder=<builder-img>

Examples