forked from sig_core/toolkit
add kiwi info
This commit is contained in:
parent
74fb593919
commit
3ffe6962b4
@ -92,22 +92,48 @@
|
|||||||
format: vhd
|
format: vhd
|
||||||
variants: [Base, LVM]
|
variants: [Base, LVM]
|
||||||
primary_variant: 'Base'
|
primary_variant: 'Base'
|
||||||
|
kiwi:
|
||||||
|
type: "oem"
|
||||||
|
profile_names:
|
||||||
|
- Cloud-Azure-Base
|
||||||
|
- Cloud-Azure-LVM
|
||||||
EC2:
|
EC2:
|
||||||
format: qcow2
|
format: qcow2
|
||||||
variants: [Base, LVM]
|
variants: [Base, LVM]
|
||||||
primary_variant: 'Base'
|
primary_variant: 'Base'
|
||||||
|
kiwi:
|
||||||
|
type: "oem"
|
||||||
|
profile_names:
|
||||||
|
- Cloud-EC2-Base
|
||||||
|
- Cloud-EC2-LVM
|
||||||
GenericCloud:
|
GenericCloud:
|
||||||
format: qcow2
|
format: qcow2
|
||||||
variants: [Base, LVM]
|
variants: [Base, LVM]
|
||||||
primary_variant: 'Base'
|
primary_variant: 'Base'
|
||||||
|
kiwi:
|
||||||
|
type: "oem"
|
||||||
|
profile_names:
|
||||||
|
- Cloud-GenericCloud-Base
|
||||||
|
- Cloud-GenericCloud-LVM
|
||||||
Container:
|
Container:
|
||||||
format: tar.xz
|
format: tar.xz
|
||||||
variants: [Base, Minimal, UBI]
|
variants: [Base, Minimal, UBI]
|
||||||
|
kiwi:
|
||||||
|
type: "oci"
|
||||||
|
profile_names:
|
||||||
|
- Container-Base
|
||||||
|
- Container-Minimal
|
||||||
|
- Container-Toolbox
|
||||||
|
- Container-UBI
|
||||||
RPI:
|
RPI:
|
||||||
format: raw.xz
|
format: raw.xz
|
||||||
OCP:
|
OCP:
|
||||||
format: qcow2
|
format: qcow2
|
||||||
variants: [Base]
|
variants: [Base]
|
||||||
|
kiwi:
|
||||||
|
type: "oem"
|
||||||
|
profile_names:
|
||||||
|
- Cloud-OCP-Base
|
||||||
Vagrant:
|
Vagrant:
|
||||||
format: box
|
format: box
|
||||||
variants: [Libvirt, Vbox, VMware]
|
variants: [Libvirt, Vbox, VMware]
|
||||||
@ -134,7 +160,6 @@
|
|||||||
git_repo: 'https://git.resf.org/sig_core/rocky-kiwi-descriptions.git'
|
git_repo: 'https://git.resf.org/sig_core/rocky-kiwi-descriptions.git'
|
||||||
branch: 'r9'
|
branch: 'r9'
|
||||||
supported_builds:
|
supported_builds:
|
||||||
- live
|
|
||||||
- cloud
|
- cloud
|
||||||
- container
|
- container
|
||||||
- vagrant
|
- vagrant
|
||||||
@ -148,7 +173,13 @@
|
|||||||
- git
|
- git
|
||||||
- kiwi
|
- kiwi
|
||||||
- kiwi-cli
|
- kiwi-cli
|
||||||
|
- kiwi-systemdeps-bootloaders
|
||||||
|
- kiwi-systemdeps-containers
|
||||||
|
- kiwi-systemdeps-core
|
||||||
|
- kiwi-systemdeps-disk-images
|
||||||
|
- kiwi-systemdeps-filesystems
|
||||||
- kiwi-systemdeps-image-validation
|
- kiwi-systemdeps-image-validation
|
||||||
|
- kiwi-systemdeps-iso-media
|
||||||
repoclosure_map:
|
repoclosure_map:
|
||||||
arches:
|
arches:
|
||||||
x86_64: '--forcearch=x86_64 --arch=x86_64 --arch=athlon --arch=i686 --arch=i586 --arch=i486 --arch=i386 --arch=noarch'
|
x86_64: '--forcearch=x86_64 --arch=x86_64 --arch=athlon --arch=i686 --arch=i586 --arch=i486 --arch=i386 --arch=noarch'
|
||||||
|
Loading…
Reference in New Issue
Block a user