Versions in this module Expand all Collapse all v0 v0.1.0 Mar 18, 2026 Changes in this version + const KiwiBinary + const ResultFilename + func CheckPrerequisites(ctx opctx.Ctx) error + func ParseResult(fs opctx.FS, targetDir string) ([]string, error) + type RepoOptions struct + Alias string + DisablePackageGPGCheck bool + DisableRepoGPGCheck bool + ImageInclude bool + Priority int + SigningKeys []string + SourceType RepoSourceType + type RepoSourceType string + const RepoSourceTypeBaseURL + const RepoSourceTypeDefault + const RepoSourceTypeMetalink + const RepoSourceTypeMirrorlist + type ResultEntry struct + Compress bool + Filename string + Shasum bool + UseForBundle bool + type Runner struct + func NewRunner(ctx opctx.Ctx, descriptionDir string) *Runner + func (r *Runner) AddLocalRepo(repoPath string, options *RepoOptions) *Runner + func (r *Runner) AddRemoteRepo(repoURI string, options *RepoOptions) error + func (r *Runner) Build(ctx context.Context) error + func (r *Runner) Clone() *Runner + func (r *Runner) DescriptionDir() string + func (r *Runner) Profile() string + func (r *Runner) TargetArch() string + func (r *Runner) TargetDir() string + func (r *Runner) WithProfile(profile string) *Runner + func (r *Runner) WithTargetArch(arch string) *Runner + func (r *Runner) WithTargetDir(targetDir string) *Runner