Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MergeBinaryConfig ¶ added in v0.0.114
func MergeBinaryConfig(original, with *schema.BinaryConfig) (*schema.BinaryConfig, error)
func MergePreparedConfig ¶ added in v0.0.114
func MergePreparedConfig(prepared *binary.Prepared, with *schema.Invocation) (*schema.BinaryConfig, error)
func ValidateProviderReponse ¶ added in v0.0.111
func ValidateProviderReponse(response *protocol.ToolResponse) error
Types ¶
type Invocation ¶
type Invocation struct { Buildkit buildkit.ClientFactory ImageName string Image compute.Computable[oci.ResolvableImage] SupportedToolVersion int Config *schema.BinaryConfig Snapshots []Snapshot NoCache bool Inject []*schema.Invocation_ValueInjection BinaryLabels []*schema.Label }
func BuildAndPrepare ¶ added in v0.0.112
func BuildAndPrepare(ctx context.Context, pl pkggraph.SealedPackageLoader, env cfg.Context, serverLocRef *pkggraph.Location, with *schema.Invocation) (*Invocation, error)
Click to show internal directories.
Click to hide internal directories.