tools: Add new azure-sap-rhui image type
It needs to be listed in format-request-map.json, and the repo snapshots required to depsolve the packages need to be added to repos.json NOTE: The snapshots are from https://github.com/osbuild/rpmrepo/
This commit is contained in:
parent
8c07d65fe0
commit
12c7f12d16
2 changed files with 94 additions and 7 deletions
|
|
@ -24,6 +24,20 @@
|
|||
"x86_64"
|
||||
]
|
||||
},
|
||||
"azure-sap-rhui": {
|
||||
"compose-request": {
|
||||
"distro": "",
|
||||
"arch": "",
|
||||
"image-type": "azure-sap-rhui",
|
||||
"repositories": [],
|
||||
"filename": "disk.vhd.xz",
|
||||
"blueprint": {}
|
||||
},
|
||||
"overrides": {},
|
||||
"supported_arches": [
|
||||
"x86_64"
|
||||
]
|
||||
},
|
||||
"container": {
|
||||
"compose-request": {
|
||||
"distro": "",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue