stages/dnf: don't name the repositories
The names carry no information, and do not affect the produced image. Generate them instead. Signed-off-by: Tom Gundersen <teg@jklm.no>
This commit is contained in:
parent
4ba125e393
commit
840bfd580c
9 changed files with 31 additions and 31 deletions
|
|
@ -5,13 +5,13 @@
|
|||
"options": {
|
||||
"releasever": "30",
|
||||
"basearch": "x86_64",
|
||||
"repos": {
|
||||
"fedora": {
|
||||
"repos": [
|
||||
{
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-$releasever&arch=$basearch",
|
||||
"gpgkey": "F1D8 EC98 F241 AAF2 0DF6 9420 EF3C 111F CFC6 59B9",
|
||||
"checksum": "sha256:9f596e18f585bee30ac41c11fb11a83ed6b11d5b341c1cb56ca4015d7717cb97"
|
||||
}
|
||||
},
|
||||
],
|
||||
"packages": [
|
||||
"@Core",
|
||||
"selinux-policy-targeted",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue