Documentation
¶
Overview ¶
Package build hosts the `kuke build` CLI shim. It is a thin wrapper that locates the standalone `kukebuild` binary on PATH and exec's it with the parsed flags. `kukebuild` embeds BuildKit as a library (issue #522); keeping it a separate binary — exec'd here rather than imported — is what keeps BuildKit's transitive moby / runc / grpc closure out of the `kuke` and `kukeond` import sets (the same rationale as kuketty). This package therefore imports none of BuildKit.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewBuildCmd ¶
NewBuildCmd builds the `kuke build` subcommand.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.