Documentation
¶
Overview ¶
Package engines contains all built-in build engines. Import this package to register all engines via their init() functions.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ImagePlanInput ¶
type ImagePlanInput struct {
Cfg *config.Config // full config
BuildID string // optional: build specific entry by ID (empty = all)
}
ImagePlanInput bundles the config needed for image build planning.
Click to show internal directories.
Click to hide internal directories.