Versions in this module Expand all Collapse all v0 v0.3.4 Aug 18, 2026 Changes in this version + const SectionBuild + const SectionContainer + const SectionImage + const SectionInstall + const SectionNetwork + const SectionService + const SectionUnit + const SectionVolume + const UnitBuild + const UnitContainer + const UnitImage + const UnitNetwork + const UnitVolume + const WarningDegraded + const WarningFatal + const WarningSkipped + func PatchDockerfileFile(path string) (string, error) + func WithAutoUpdate() types.Option + func WithBuildCacheDir(p string) types.Option + func WithDockerfileNormalization() types.Option + func WithDryRun() types.Option + func WithImageRetry(n int) types.Option + func WithImageRetryDelay(s int) types.Option + func WithInfo(fn func(string)) types.Option + func WithLabels(l map[string]string) types.Option + func WithPodmanVersion(v Version) types.Option + func WithPortOffset(o int) types.Option + func WithPrefix(p string) types.Option + func WithProjectName(n string) types.Option + func WithSecretsDirectory(p string) types.Option + func WithWorkingDirectory(p string) types.Option + func WithoutDefaultNetwork() types.Option + func WithoutInstallSection() types.Option + func WithoutNetworkAliases() types.Option + func WithoutPrefix() types.Option + func WithoutSELinux() types.Option + type Directive = types.Directive + type QuadletUnit = types.QuadletUnit + func Transpile(project *types.Project, opts ...TranspileOption) ([]QuadletUnit, error) + func TranspileFile(composePath string, opts ...TranspileOption) ([]QuadletUnit, error) + type Section = types.Section + type TranspileOption = types.Option + type UnitType = types.UnitType + type Version = types.Version + func ParseVersion(s string) (Version, error) + type Warning = types.Warning + type WarningLevel = types.WarningLevel