distro/fedora: add container image type

Add a container image type that is based on the existing fedora
container image. There is a delta in terms of the configuration
because osbuild does not yet provide all the neccessary means,
but the package set is already very close.
This commit is contained in:
Christian Kellner 2022-06-27 21:08:14 +02:00
parent 59edcc4a46
commit c5a5da5f56
13 changed files with 45265 additions and 4 deletions

View file

@ -28,6 +28,17 @@
"x86_64"
]
},
"container": {
"compose-request": {
"distro": "",
"arch": "",
"image-type": "container",
"repositories": [],
"filename": "container.tar",
"blueprint": {}
},
"overrides": {}
},
"ec2": {
"compose-request": {
"distro": "",