forked from rancher/elemental-toolkit
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.yaml
63 lines (59 loc) · 1.47 KB
/
manifest.yaml
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
58
59
60
61
62
63
iso:
rootfs:
- channel:system/cos
uefi:
- channel:live/grub2-efi-image
image:
- channel:live/grub2
- channel:live/grub2-efi-image
label: "COS_LIVE"
name: "cOS-0"
label: "COS_LIVE"
# Raw disk creation values start
raw_disk:
x86_64:
# which packages to install and the target to install them at
packages:
- name: channel:system/grub2-efi-image
target: efi
- name: channel:system/grub2-config
target: root
- name: channel:system/grub2-artifacts
target: root/grub2
- name: channel:recovery/cos-img
target: root/cOS
arm64:
packages:
- name: channel:system/grub2-efi-image
target: efi
- name: channel:system/grub2-config
target: root
- name: channel:system/grub2-artifacts
target: root/grub2
- name: channel:recovery/cos-img
target: root/cOS
odroid_c2:
packages:
- name: channel:system/grub2-efi-image
target: efi
- name: channel:system/grub2-config
target: root
- name: channel:system/grub2-artifacts
target: root/grub2
# Raw disk creation values end
# Additional packages to build
build:
- utils/nerdctl
- utils/k9s
- utils/jq
- selinux/rancher
- selinux/k3s
- recovery/cos
- system/grub2-artifacts
- system/grub2-efi-image
- toolchain/elemental-cli
repositories:
- uri: quay.io/costoolkit/releases-teal
arch: "x86_64"
- uri: quay.io/costoolkit/releases-teal-arm64
arch: "arm64"