Documentation
¶
Index ¶
Constants ¶
View Source
const (
V8TargetKey = "almalinux8"
)
View Source
const (
V9TargetKey = "almalinux9"
)
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: builderPackages, BasePackages: basePackages(V9TargetKey), RepoPlatformConfig: &defaultPlatformConfig, InstallFunc: distro.DnfInstall, }
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.