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:
parent
59edcc4a46
commit
c5a5da5f56
13 changed files with 45265 additions and 4 deletions
|
|
@ -28,6 +28,17 @@
|
|||
"x86_64"
|
||||
]
|
||||
},
|
||||
"container": {
|
||||
"compose-request": {
|
||||
"distro": "",
|
||||
"arch": "",
|
||||
"image-type": "container",
|
||||
"repositories": [],
|
||||
"filename": "container.tar",
|
||||
"blueprint": {}
|
||||
},
|
||||
"overrides": {}
|
||||
},
|
||||
"ec2": {
|
||||
"compose-request": {
|
||||
"distro": "",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue