toolkit/iso/empanadas/empanadas/configs/el8.yaml

158 lines
3.7 KiB
YAML
Raw Normal View History

2022-05-20 08:13:57 +00:00
---
'8':
2022-06-13 14:37:50 +00:00
fullname: 'Rocky Linux 8'
2023-05-17 20:43:43 +00:00
revision: '8.8'
2022-09-23 17:44:21 +00:00
rclvl: 'RC1'
2022-06-17 06:25:17 +00:00
major: '8'
2023-05-17 20:43:43 +00:00
minor: '8'
profile: '8'
2022-10-20 08:17:25 +00:00
disttag: 'el8'
bugurl: 'https://bugs.rockylinux.org'
checksum: 'sha256'
2022-09-23 17:44:21 +00:00
fedora_major: '20'
2022-05-20 08:13:57 +00:00
allowed_arches:
- x86_64
- aarch64
provide_multilib: False
2022-09-23 17:44:21 +00:00
project_id: 'e9cfc87c-d2d2-42d5-a121-852101f1a966'
repo_symlinks:
2022-05-20 08:13:57 +00:00
devel: 'Devel'
NFV: 'nfv'
2022-09-23 17:44:21 +00:00
renames:
all: 'devel'
2022-05-20 08:13:57 +00:00
all_repos:
- 'BaseOS'
- 'AppStream'
2022-05-22 06:20:15 +00:00
- 'PowerTools'
2022-05-20 08:13:57 +00:00
- 'HighAvailability'
- 'ResilientStorage'
- 'RT'
- 'NFV'
- 'extras'
- 'devel'
- 'plus'
structure:
packages: 'os/Packages'
repodata: 'os/repodata'
iso_map:
2022-06-23 22:29:22 +00:00
xorrisofs: False
iso_level: False
images:
dvd:
2022-07-07 06:23:07 +00:00
disc: True
variant: 'AppStream'
repos:
- 'BaseOS'
- 'AppStream'
2022-07-07 06:23:07 +00:00
minimal:
disc: True
isoskip: True
repos:
- 'minimal'
- 'BaseOS'
2022-07-07 06:23:07 +00:00
variant: 'minimal'
BaseOS:
disc: False
isoskip: True
variant: 'BaseOS'
repos:
- 'BaseOS'
- 'AppStream'
lorax:
repos:
- 'BaseOS'
- 'AppStream'
variant: 'BaseOS'
lorax_removes:
- 'libreport-rhel-anaconda-bugzilla'
required_pkgs:
- 'lorax'
- 'genisoimage'
- 'isomd5sum'
- 'lorax-templates-rhel'
- 'lorax-templates-generic'
- 'xorriso'
cloudimages:
images:
Azure:
format: vhd
variants: [Base, LVM]
primary_variant: 'Base'
EC2:
2022-11-13 23:21:05 +00:00
format: qcow2
variants: [Base, LVM]
primary_variant: 'Base'
GenericCloud:
format: qcow2
variants: [Base, LVM]
primary_variant: 'Base'
Container:
format: tar.xz
variants: [Base, Minimal, UBI, WSL]
2022-11-19 19:01:22 +00:00
RPI:
format: raw.xz
OCP:
format: qcow2
2023-04-14 01:23:58 +00:00
variants: [Base]
2022-11-19 21:27:03 +00:00
Vagrant:
format: box
variants: [Libvirt, Vbox, VMware]
2022-07-07 06:23:07 +00:00
livemap:
git_repo: 'https://git.resf.org/sig_core/kickstarts.git'
2022-09-23 17:44:21 +00:00
branch: 'r8'
2022-07-07 06:23:07 +00:00
ksentry:
Workstation: rocky-live-workstation.ks
Workstation-Lite: rocky-live-workstation-lite.ks
XFCE: rocky-live-xfce.ks
KDE: rocky-live-kde.ks
allowed_arches:
- x86_64
required_pkgs:
- 'lorax-lmc-novirt'
- 'vim-minimal'
- 'pykickstart'
- 'git'
2022-07-11 08:06:26 +00:00
variantmap:
git_repo: 'https://git.rockylinux.org/rocky/pungi-rocky.git'
branch: 'r8'
git_raw_path: 'https://git.rockylinux.org/rocky/pungi-rocky/-/raw/r8/'
2022-05-29 02:28:29 +00:00
repoclosure_map:
arches:
2022-07-07 06:23:07 +00:00
x86_64: '--forcearch=x86_64 --arch=x86_64 --arch=athlon --arch=i686 --arch=i586 --arch=i486 --arch=i386 --arch=noarch'
aarch64: '--forcearch=aarch64 --arch=aarch64 --arch=noarch'
ppc64le: '--forcearch=ppc64le --arch=ppc64le --arch=noarch'
s390x: '--forcearch=s390x --arch=s390x --arch=noarch'
2022-05-29 02:28:29 +00:00
repos:
BaseOS: []
AppStream:
- BaseOS
PowerTools:
- BaseOS
- AppStream
HighAvailability:
- BaseOS
- AppStream
ResilientStorage:
- BaseOS
- AppStream
RT:
- BaseOS
- AppStream
NFV:
- BaseOS
- AppStream
extra_files:
git_repo: 'https://git.rockylinux.org/staging/src/rocky-release.git'
git_raw_path: 'https://git.rockylinux.org/staging/src/rocky-release/-/raw/r8/'
branch: 'r8'
gpg:
stable: 'SOURCES/RPM-GPG-KEY-rockyofficial'
testing: 'SOURCES/RPM-GPG-KEY-rockytesting'
list:
- 'SOURCES/COMMUNITY-CHARTER'
- 'SOURCES/EULA'
- 'SOURCES/LICENSE'
- 'SOURCES/RPM-GPG-KEY-rockyofficial'
- 'SOURCES/RPM-GPG-KEY-rockytesting'
2022-05-20 08:13:57 +00:00
...