Documentation
¶
Index ¶
Constants ¶
View Source
const ( AzLinux3TargetKey = "azlinux3" // Azlinux3Ref is the image ref used for the base worker image Azlinux3Ref = "mcr.microsoft.com/azurelinux/base/core:3.0" AzLinux3FullName = "Azure Linux 3" // Azlinux3WorkerContextName is the build context name that can be used to lookup Azlinux3WorkerContextName = "dalec-azlinux3-worker" )
View Source
const ( Mariner2TargetKey = "mariner2" Mariner2Ref = "mcr.microsoft.com/cbl-mariner/base/core:2.0" Mariner2FullName = "CBL-Mariner 2" Mariner2WorkerContextName = "dalec-mariner2-worker" )
Variables ¶
View Source
var Azlinux3Config = &distro.Config{ ImageRef: Azlinux3Ref, ContextRef: Azlinux3WorkerContextName, CacheName: tdnfCacheNameAzlinux3, CacheDir: "/var/cache/tdnf", ReleaseVer: "3.0", BuilderPackages: builderPackages, BasePackages: basePackages(AzLinux3TargetKey), RepoPlatformConfig: &defaultAzlinuxRepoPlatform, InstallFunc: distro.TdnfInstall, SysextSupported: true, FullName: AzLinux3FullName, }
View Source
var Mariner2Config = &distro.Config{ ImageRef: "mcr.microsoft.com/cbl-mariner/base/core:2.0", ContextRef: Mariner2WorkerContextName, CacheName: tdnfCacheNameMariner2, CacheDir: "/var/cache/tdnf", ReleaseVer: "2.0", BuilderPackages: builderPackages, BasePackages: basePackages(Mariner2TargetKey), RepoPlatformConfig: &defaultAzlinuxRepoPlatform, InstallFunc: distro.TdnfInstall, FullName: Mariner2FullName, }
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.