constants

package
v0.0.0-...-05e05e3 Latest Latest
Warning

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

Go to latest
Published: Apr 29, 2024 License: AGPL-3.0, AGPL-3.0-or-later, GPL-3.0 Imports: 2 Imported by: 9

Documentation

Index

Constants

View Source
const (
	DockerOrg = "pacur/"
)

Variables

View Source
var (
	Releases = [...]string{
		"archlinux",
		"almalinux-8",
		"almalinux-9",
		"amazonlinux-1",
		"amazonlinux-2",
		"amazonlinux-2023",
		"fedora-38",
		"fedora-39",
		"centos-7",
		"centos-8",
		"debian-buster",
		"debian-bullseye",
		"debian-bookworm",
		"oraclelinux-7",
		"oraclelinux-8",
		"oraclelinux-9",
		"ubuntu-xenial",
		"ubuntu-bionic",
		"ubuntu-focal",
		"ubuntu-jammy",
		"ubuntu-mantic",
		"ubuntu-noble",
	}
	ReleasesMatch = map[string]string{
		"archlinux":        "",
		"almalinux-8":      ".el8.almalinux.",
		"almalinux-9":      ".el9.almalinux.",
		"amazonlinux-1":    ".amzn1.",
		"amazonlinux-2":    ".amzn2.",
		"amazonlinux-2023": ".amzn2023.",
		"fedora-38":        ".fc38.",
		"fedora-39":        ".fc39.",
		"centos-7":         ".el7.centos.",
		"centos-8":         ".el8.centos.",
		"debian-buster":    ".buster_",
		"debian-bullseye":  ".bullseye_",
		"debian-bookworm":  ".bookworm_",
		"oraclelinux-7":    ".el7.oraclelinux.",
		"oraclelinux-8":    ".el8.oraclelinux.",
		"oraclelinux-9":    ".el9.oraclelinux.",
		"ubuntu-xenial":    ".xenial_",
		"ubuntu-bionic":    ".bionic_",
		"ubuntu-focal":     ".focal_",
		"ubuntu-jammy":     ".jammy_",
		"ubuntu-mantic":    ".mantic_",
		"ubuntu-noble":     ".noble_",
	}
	DistroPack = map[string]string{
		"archlinux":   "pacman",
		"almalinux":   "redhat",
		"amazonlinux": "redhat",
		"fedora":      "redhat",
		"centos":      "redhat",
		"debian":      "debian",
		"oraclelinux": "redhat",
		"ubuntu":      "debian",
	}
	Packagers = [...]string{
		"apt",
		"pacman",
		"yum",
	}

	ReleasesSet    = set.NewSet()
	Distros        = []string{}
	DistrosSet     = set.NewSet()
	DistroPackager = map[string]string{}
	PackagersSet   = set.NewSet()
	CleanPrevious  = false
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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