tools: add package to image-installer manifest request
Add podman to the image installer's packages when generating test manifests.
This commit is contained in:
parent
fa948b9e0b
commit
9ae3d03f88
1 changed files with 6 additions and 0 deletions
|
|
@ -490,6 +490,12 @@
|
||||||
"filename": "installer.iso",
|
"filename": "installer.iso",
|
||||||
"blueprint": {
|
"blueprint": {
|
||||||
"name": "image-installer-users",
|
"name": "image-installer-users",
|
||||||
|
"packages": [
|
||||||
|
{
|
||||||
|
"name": "podman",
|
||||||
|
"version": "*"
|
||||||
|
}
|
||||||
|
],
|
||||||
"customizations": {
|
"customizations": {
|
||||||
"user": [
|
"user": [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue