mirror of
https://git.rockylinux.org/rocky/pungi-rocky.git
synced 2024-11-22 04:41:33 +00:00
sync with our own diffs
This commit is contained in:
parent
bfffd9e662
commit
4993f2f9fc
@ -1,32 +1,5 @@
|
|||||||
image_build = {
|
image_build = {
|
||||||
"(^BaseOS$|^Cloud$)": [
|
"(^BaseOS$|^Cloud$)": [
|
||||||
{
|
|
||||||
"image-build": {
|
|
||||||
"format": [("docker", "tar.gz")],
|
|
||||||
"name": "Rocky-8-Container",
|
|
||||||
"subvariant": "container",
|
|
||||||
"version": "8.4",
|
|
||||||
"release": "!RELEASE_FROM_DATE_RESPIN"
|
|
||||||
"target": "image-rocky-8",
|
|
||||||
"ksurl": "git+https://git.rockylinux.org/rocky/kickstarts.git?#HEAD",
|
|
||||||
"kickstart": "Rocky-8-Container.ks",
|
|
||||||
"ksversion": "F26",
|
|
||||||
"distro": "Fedora-20",
|
|
||||||
"disk-size": "8",
|
|
||||||
"arches": ["x86_64","ppc64le","aarch64"],
|
|
||||||
"failable": ["ppc64le"],
|
|
||||||
"repo": [
|
|
||||||
"http://dl.rockylinux.org/pub/rocky/8.4/BaseOS/$arch/os/",
|
|
||||||
"http://dl.rockylinux.org/pub/rocky/8.4/AppStream/$arch/os/",
|
|
||||||
],
|
|
||||||
"install_tree_from": "http://dl.rockylinux.org/pub/rocky/8.4/BaseOS/$arch/os/",
|
|
||||||
},
|
|
||||||
"factory-parameters": {
|
|
||||||
"generate_icicle": False,
|
|
||||||
"docker_cmd": '[ "/bin/bash" ]',
|
|
||||||
"docker_label": '{ "name": "rocky", "license": "BSD-3-Clause", "vendor": "The Rocky Project", "version": "8"}',
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"image-build": {
|
"image-build": {
|
||||||
"format": [("qcow2", "qcow2")],
|
"format": [("qcow2", "qcow2")],
|
||||||
|
Loading…
Reference in New Issue
Block a user