-
Notifications
You must be signed in to change notification settings - Fork 707
Expand file tree
/
Copy pathazurelinux.distro.toml
More file actions
58 lines (48 loc) · 2.34 KB
/
Copy pathazurelinux.distro.toml
File metadata and controls
58 lines (48 loc) · 2.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
[distros.azurelinux]
description = "Azure Linux"
#
# Azure Linux 4.0 Stage1
#
# This is an initial build of Azure Linux 4.0 that uses a Fedora 43
# buildroot and Fedora 43 packages as build dependencies. The resulting
# build outputs are consumed as inputs to Stage 2.
#
[distros.azurelinux.versions.'4.0-stage1']
description = "Azure Linux 4.0 Stage1"
release-ver = "4.0"
mock-config-x86_64 = "mock/azl4/stage1/azurelinux-4.0-x86_64.cfg"
mock-config-aarch64 = "mock/azl4/stage1/azurelinux-4.0-aarch64.cfg"
kiwi-config-override = "kiwi/azl4/stage1/azurelinux-4.0-kiwi-override.yml"
[distros.azurelinux.versions.'4.0-stage1'.default-component-config]
# NOTE: Ensure that the snapshot date matches the snapshot date used below for stage2.
spec = { type = "upstream", upstream-distro = { name = "fedora", version = "43", snapshot = "2026-02-24T00:00:00-08:00" } }
#
# Azure Linux 4.0 Stage2
#
# This build of Azure Linux 4.0 consumes the outputs of Stage 1 as inputs,
# both for buildroot and build dependencies.
#
[distros.azurelinux.versions.'4.0-stage2']
description = "Azure Linux 4.0 Stage2"
release-ver = "4.0"
mock-config-x86_64 = "mock/azl4/stage2/azurelinux-4.0-x86_64.cfg"
mock-config-aarch64 = "mock/azl4/stage2/azurelinux-4.0-aarch64.cfg"
kiwi-config-override = "kiwi/azl4/stage2/azurelinux-4.0-kiwi-override.yml"
[distros.azurelinux.versions.'4.0-stage2'.default-component-config]
# NOTE: Ensure that the snapshot date matches the snapshot date used above for stage1.
spec = { type = "upstream", upstream-distro = { name = "fedora", version = "43", snapshot = "2026-02-24T00:00:00-08:00" } }
#
# Azure Linux 4.0 Stage2 (prod/PME)
#
# This build of Azure Linux 4.0 consumes the outputs of Stage 1 as inputs,
# both for buildroot and build dependencies.
#
[distros.azurelinux.versions.'4.0-stage2-prod']
description = "Azure Linux 4.0 Stage2 PROD"
release-ver = "4.0"
mock-config-x86_64 = "mock/azl4/stage2-prod/azurelinux-4.0-x86_64.cfg"
mock-config-aarch64 = "mock/azl4/stage2-prod/azurelinux-4.0-aarch64.cfg"
kiwi-config-override = "kiwi/azl4/stage2-prod/azurelinux-4.0-kiwi-override.yml"
[distros.azurelinux.versions.'4.0-stage2-prod'.default-component-config]
# NOTE: Ensure that the snapshot date matches the snapshot date used above for stage1.
spec = { type = "upstream", upstream-distro = { name = "fedora", version = "43", snapshot = "2026-02-24T00:00:00-08:00" } }