Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ConfigV8 = &distro.Config{ ImageRef: v8Ref, ContextRef: v8WorkerContextName, CacheName: dnfCacheNameV8, CacheDir: "/var/cache/dnf", ReleaseVer: "8", BuilderPackages: builderPackages, BasePackages: basePackages(v8TargetKey), RepoPlatformConfig: &defaultPlatformConfig, InstallFunc: distro.DnfInstall, }
View Source
var ConfigV9 = &distro.Config{ ImageRef: v9Ref, ContextRef: v9WorkerContextName, CacheName: dnfCacheNameV9, CacheDir: "/var/cache/dnf", ReleaseVer: "9", BuilderPackages: append(builderPackages, "systemd-rpm-macros"), BasePackages: basePackages(v9TargetKey), RepoPlatformConfig: &defaultPlatformConfig, InstallFunc: distro.DnfInstall, }
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.