forked from kairos-io/kairos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathframework-profile.yaml
executable file
·56 lines (56 loc) · 1.36 KB
/
framework-profile.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
# Additional common packages to be added to all the FLAVORS
## common:
## - category/name@version
#
# Apply arbitrary images (e.g. to stub a package to a specific version)
# These are applied after the packages.
# images:
# - quay.io/kairos/packages:k9s-utils-0.27.4
flavors:
generic:
- common-packages
- kairos-toolchain
fips:
- common-packages
- kairos-toolchain-fips
## Packages (cat/name@version) that are added to ALL flavors
## Static files, no binary
common-packages:
packages:
- dracut/immucore
- dracut/kairos-network
- dracut/kairos-sysext
- system/suc-upgrade
- system/grub2-efi
- static/grub-config
- static/kairos-overlay-files
- initrd/alpine
kairos-toolchain-fips:
packages:
- fips/kcrypt
- fips/kcrypt-challenger
- fips/immucore
- fips/kairos-agent
kairos-toolchain:
packages:
- system/kcrypt
- system/kcrypt-challenger
- system/immucore
- system/kairos-agent
repositories:
- &kairos
name: "kairos"
# https://github.com/kairos-io/packages
description: "kairos repository"
type: "docker"
arch: amd64
cached: true
priority: 2
urls:
- "quay.io/kairos/packages"
reference: 20231206170908-repository.yaml
- !!merge <<: *kairos
arch: arm64
urls:
- "quay.io/kairos/packages-arm64"
reference: 20231206171532-repository.yaml