azlinux

package
v0.20.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 31, 2026 License: Apache-2.0 Imports: 5 Imported by: 0

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

func Handlers

func Handlers(ctx context.Context, client gwclient.Client, m *frontend.BuildMux) error

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL