XZ compression is really slowing down our tests. Additionally, we dump the resulting image right after the tests are done (at least on CI). Let's just dump the compression.
31 lines
685 B
JSON
31 lines
685 B
JSON
{
|
|
"name": "Example Image",
|
|
"stages": [
|
|
{
|
|
"name": "org.osbuild.dnf",
|
|
"options": {
|
|
"releasever": "30",
|
|
"repos": {
|
|
"fedora": {
|
|
"name": "Fedora",
|
|
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-$releasever&arch=$basearch",
|
|
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch"
|
|
}
|
|
},
|
|
"packages": ["@Core"]
|
|
}
|
|
},
|
|
{
|
|
"name": "org.osbuild.timezone",
|
|
"options": {
|
|
"zone": "Europe/Prague"
|
|
}
|
|
}
|
|
],
|
|
"assembler": {
|
|
"name": "org.osbuild.tar",
|
|
"options": {
|
|
"filename": "timezone.tar"
|
|
}
|
|
}
|
|
}
|