Documentation ¶
Index ¶
Constants ¶
View Source
const (
Image = "ghcr.io/pojntfx/hydrapp-build-deb"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Builder ¶
type Builder struct {
// contains filtered or unexported fields
}
func NewBuilder ¶
func NewBuilder( ctx context.Context, cli *client.Client, image string, pull bool, src, dst string, onID func(id string), onOutput func(shortID string, color string, timestamp int64, message string), appID string, pgpKeyContent []byte, pgpKeyPassword, pgpKeyID, baseURL, os, distro, mirrorsite string, components []string, debootstrapopts, architecture string, releases []renderers.Release, appDescription string, appSummary, appURL, appGit string, extraDebianPackages []rpm.Package, appSPDX, appLicenseText, appName string, overwrite bool, branchID, branchName, goMain, goFlags, goGenerate string, ) *Builder
Click to show internal directories.
Click to hide internal directories.